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