2 instantiations of Service
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
512
wsdlService = new WsdlNS.
Service
();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
5332
o = new global::System.Web.Services.Description.
Service
();
38 references to Service
dotnet-svcutil-lib (38)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (5)
347
WsdlNS.
Service
wsdlService = GetOrCreateWsdlService(wsdlServiceQName);
502
private WsdlNS.
Service
GetOrCreateWsdlService(XmlQualifiedName wsdlServiceQName)
508
WsdlNS.
Service
wsdlService = wsdl.Services[wsdlServiceQName.Name];
1070
internal static string GetPortName(ServiceEndpoint endpoint, WsdlNS.
Service
wsdlService)
1075
private static NamingHelper.DoesNameExist ServiceContainsPort(WsdlNS.
Service
service)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (6)
271
public ServiceEndpointCollection ImportEndpoints(WsdlNS.
Service
wsdlService)
1546
foreach (WsdlNS.
Service
wsdlService in wsdl.Services)
1742
else if (item is WsdlNS.
Service
)
1800
else if (item is WsdlNS.
Service
)
1803
wsdlNs = ((WsdlNS.
Service
)item).ServiceDescription.TargetNamespace ?? String.Empty;
1812
WsdlNS.
Service
wsdlService = ((WsdlNS.Port)item).Service;
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
36
table.Add(typeof(
Service
), new XmlAttributes());
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (18)
762
private
Service
_parent;
764
internal void SetParent(
Service
parent)
773
public
Service
Service
2237
internal PortCollection(
Service
service) : base(service) { }
2327
((Port)value).SetParent((
Service
)parent);
2543
public
Service
this[int index]
2545
get { return (
Service
)List[index]; }
2553
public int Add(
Service
service)
2562
public void Insert(int index,
Service
service)
2571
public int IndexOf(
Service
service)
2580
public bool Contains(
Service
service)
2589
public void Remove(
Service
service)
2598
public void CopyTo(
Service
[] array, int index)
2607
public
Service
this[string name]
2609
get { return (
Service
)Table[name]; }
2618
return ((
Service
)value).Name;
2627
((
Service
)value).SetParent((ServiceDescription)parent);
3228
else if (type == typeof(
Service
))
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptions.cs (2)
150
public
Service
GetService(XmlQualifiedName name)
153
Service
service = null;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (5)
126
Write123_Service(@"service", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.
Service
)a[ia]), false, false);
133
private void Write123_Service(string n, string ns, global::System.Web.Services.Description.
Service
o, bool isNullable, bool needType)
143
if (t == typeof(global::System.Web.Services.Description.
Service
))
5317
private global::System.Web.Services.Description.
Service
Read123_Service(bool isNullable, bool checkType)
5331
global::System.Web.Services.Description.
Service
o;
Metadata\ServiceDescriptor.cs (1)
189
foreach (WsdlNS.
Service
wsdlService in wsdlDocument.Services)