4 references to ContractNamespace
System.ServiceModel (4)
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (1)
309
propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.
ContractNamespace
, out contractNamespace);
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
208
propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.
ContractNamespace
, out contractNamespace);
System\ServiceModel\ComIntegration\MonikerHelper.cs (1)
62
new KeywordInfo ("contractnamespace", MonikerAttribute.
ContractNamespace
),
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (1)
203
propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.
ContractNamespace
, out contractNamespace);