3 references to SoapVersionStateKey
System.ServiceModel (3)
System\ServiceModel\Description\SoapHelper.cs (3)
163
if (!exporter.State.TryGetValue(
SoapVersionStateKey
, out versions))
166
exporter.State[
SoapVersionStateKey
] = versions;
176
if (exporter.State.TryGetValue(
SoapVersionStateKey
, out versions))