4 references to BindingNamespace
System.ServiceModel (4)
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (1)
310
propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.
BindingNamespace
, out bindingNamespace);
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
209
propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.
BindingNamespace
, out bindingNamespace);
System\ServiceModel\ComIntegration\MonikerHelper.cs (1)
61
new KeywordInfo ("bindingnamespace", MonikerAttribute.
BindingNamespace
),
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (1)
202
propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.
BindingNamespace
, out bindingNamespace);