3 references to s_soapVersionStateKey
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (3)
163
if (!exporter.State.TryGetValue(
s_soapVersionStateKey
, out versions))
166
exporter.State[
s_soapVersionStateKey
] = versions;
176
if (exporter.State.TryGetValue(
s_soapVersionStateKey
, out versions))