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