10 references to Services
dotnet-svcutil-lib (10)
CodeSerializer.cs (3)
155
if (wsdl.
Services
.Count > 0 && !string.IsNullOrEmpty(wsdl.
Services
[0].Name))
157
fileName = XmlConvert.DecodeName(wsdl.
Services
[0].Name);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (2)
508
WsdlNS.Service wsdlService = wsdl.
Services
[wsdlServiceQName.Name];
518
wsdl.
Services
.Add(wsdlService);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
1546
foreach (WsdlNS.Service wsdlService in wsdl.
Services
)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptions.cs (1)
156
service = sd.
Services
[name.Name];
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
121
global::System.Web.Services.Description.ServiceCollection a = (global::System.Web.Services.Description.ServiceCollection)o.
@Services
;
5228
global::System.Web.Services.Description.ServiceCollection a_10 = (global::System.Web.Services.Description.ServiceCollection)o.
@Services
;
Metadata\ServiceDescriptor.cs (1)
189
foreach (WsdlNS.Service wsdlService in wsdlDocument.
Services
)