4 references to Wsdl
System.ServiceModel (4)
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (1)
295propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.Wsdl, out wsdlText);
System\ServiceModel\ComIntegration\MonikerHelper.cs (1)
52new KeywordInfo ("wsdl", MonikerAttribute.Wsdl),
System\ServiceModel\ComIntegration\ProxyBuilder.cs (1)
23if (propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.Wsdl, out temp))
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (1)
194propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.Wsdl, out wsdlText);