1 write to Contract
System.ServiceModel (1)
System\ServiceModel\Configuration\ComContractElement.cs (1)
21
this.
Contract
= contractType;
5 references to Contract
ComSvcConfig (3)
EndpointConfigContainer.cs (3)
337
Guid contract = new Guid(contractElement.
Contract
);
396
Guid contract = new Guid(element.
Contract
);
420
Guid contractFound = new Guid(comContract.
Contract
);
System.ServiceModel (2)
System\ServiceModel\Configuration\ComContractElementCollection.cs (1)
31
return configElementKey.
Contract
;
System\ServiceModel\Description\ConfigLoader.cs (1)
1011
if (DiagnosticUtility.Utility.TryCreateGuid(contract.
Contract
, out interfaceID))