5 writes to Contract
System.ServiceModel (3)
System\ServiceModel\Configuration\ServiceEndpointElement.cs (2)
21
this.
Contract
= contractType;
62
this.
Contract
= source.Contract;
System\ServiceModel\Configuration\ServiceMetadataEndpointElement.cs (1)
45
serviceEndpointElement.
Contract
= ServiceMetadataBehavior.MexContractName;
System.ServiceModel.Web (2)
System\ServiceModel\Web\AutomaticEndpointGenerator.cs (1)
49
serviceEndpointElement.
Contract
= contractType.FullName;
System\ServiceModel\Web\WebServiceHost.cs (1)
122
serviceEndpointElement.
Contract
= contractType.FullName;
22 references to Contract
ComSvcConfig (9)
EndpointConfigContainer.cs (9)
309
if (endpointConfig.MatchContract(ee.
Contract
))
380
Guid Iid = new Guid(ee.
Contract
);
476
if (ee.
Contract
== ServiceMetadataBehavior.MexContractName)
546
contractType = new Guid(ee.
Contract
);
591
if (interfaceID.ToUpperInvariant() == ee.
Contract
.ToUpperInvariant())
602
if (el.Endpoints[0].
Contract
== ServiceMetadataBehavior.MexContractName)
646
if (endpointConfig.MatchContract(ee.
Contract
) &&
652
RemoveComContractIfNotUsedByAnyService(config, ee.
Contract
);
654
if (serviceElement.Endpoints[0].
Contract
== ServiceMetadataBehavior.MexContractName)
System.ServiceModel (11)
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (1)
95
endpointElement.Binding, endpointElement.
Contract
);
System\ServiceModel\ComIntegration\ServiceInfo.cs (4)
184
if (endpoint.
Contract
== ServiceMetadataBehavior.MexContractName)
188
if (DiagnosticUtility.Utility.TryCreateGuid(endpoint.
Contract
, out iid))
224
endpoint.
Contract
)));
356
this.name = endpoint.
Contract
;
System\ServiceModel\Configuration\ServiceEndpointElement.cs (1)
62
this.Contract = source.
Contract
;
System\ServiceModel\Configuration\ServiceEndpointElementCollection.cs (1)
45
configElementKey.
Contract
,
System\ServiceModel\Description\ConfigLoader.cs (3)
473
ContractDescription contract = LookupContract(endpointElement.
Contract
, description.Name);
905
if (!string.IsNullOrEmpty(serviceEndpointElementCopy.
Contract
))
907
contract = LookupContractForStandardEndpoint(serviceEndpointElementCopy.
Contract
, description.Name);
System\ServiceModel\Diagnostics\ServiceConfigurationTraceRecord.cs (1)
63
this.WriteElementString("Contract", serviceEndpoint.
Contract
, xml);
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\Configuration\AnnouncementEndpointElement.cs (1)
118
if (!String.IsNullOrEmpty(serviceEndpointElement.
Contract
))
System\ServiceModel\Discovery\Configuration\DiscoveryEndpointElement.cs (1)
142
if (!String.IsNullOrEmpty(serviceEndpointElement.
Contract
))