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