3 references to _embeddedPolicyDictionary
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (3)
2332
if (!
_embeddedPolicyDictionary
.TryGetValue(wsdl, out wsdlPolicyDictionary))
2335
_embeddedPolicyDictionary
.Add(wsdl, wsdlPolicyDictionary);
2411
if (!
_embeddedPolicyDictionary
.TryGetValue(wsdlDocument, out wsdlPolicyDictionary))