5 references to Contract
System.ServiceModel (5)
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (1)
296propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.Contract, out contract);
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
207propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.Contract, out contract);
System\ServiceModel\ComIntegration\MonikerHelper.cs (1)
51new KeywordInfo ("contract", MonikerAttribute.Contract),
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (1)
197propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.Contract, out typeIID);
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (1)
195propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.Contract, out portType);