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