Home
last modified time | relevance | path

Searched refs:serviceAttribute (Results 1 – 7 of 7) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/Web/Services/Protocols/
H A DXmlReturnReader.cs25 WebServiceAttribute serviceAttribute = WebServiceReflector.GetAttribute(methodInfos); in GetInitializers()
27 …XmlReflectionImporter importer = SoapReflector.CreateXmlImporter(serviceAttribute.Namespace, servi… in GetInitializers()
H A DSoapServerMethod.cs53 WebServiceAttribute serviceAttribute = WebServiceReflector.GetAttribute(serverType); in SoapServerMethod()
54 string serviceNamespace = serviceAttribute.Namespace; in SoapServerMethod()
H A DSoapServerProtocol.cs70 WebServiceAttribute serviceAttribute = WebServiceReflector.GetAttribute(type); in SoapServerType()
73 serviceNamespace = serviceAttribute.Namespace; in SoapServerType()
104 …pReflector.ReflectMethod(methodInfo, false, xmlImporter, soapImporter, serviceAttribute.Namespace); in SoapServerType()
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/networking/core/v1alpha3/
H A Dcluster_builder_test.go53 serviceAttribute := model.ServiceAttributes{
62 Attributes: serviceAttribute,
H A Dcluster_test.go299 serviceAttribute := model.ServiceAttributes{
309 Attributes: serviceAttribute,
/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/src/bluetooth/
H A Dqlowenergycontroller_bluez.cpp3328 Attribute serviceAttribute; in addToGenericAttributeList() local
3329 serviceAttribute.handle = startHandle; in addToGenericAttributeList()
3330 serviceAttribute.type = QBluetoothUuid(static_cast<quint16>(service.type())); in addToGenericAttributeList()
3331 serviceAttribute.properties = QLowEnergyCharacteristic::Read; in addToGenericAttributeList()
3332 serviceAttribute.value = uuidToByteArray(service.uuid()); in addToGenericAttributeList()
3429 serviceAttribute.groupEndHandle = currentHandle; in addToGenericAttributeList()
3430 localAttributes[serviceAttribute.handle] = serviceAttribute; in addToGenericAttributeList()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Conversion/
H A DProjectFileConverter.cs3649 foreach (XmlAttributeWithLocation serviceAttribute in serviceElement.Attributes) in ProcessServiceElement()
3651 …ProjectErrorUtilities.VerifyThrowInvalidProject(false, serviceAttribute.Location, "UnrecognizedAtt… in ProcessServiceElement()
3652 serviceAttribute.Name, VSProjectElements.service); in ProcessServiceElement()