8 references to State
dotnet-svcutil-lib (8)
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))
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (3)
660
if (exporter.
State
.ContainsKey(key) && exporter.
State
[key] is SupportedAddressingMode)
662
mode = (SupportedAddressingMode)exporter.
State
[key];
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (2)
2643
if (exporter.
State
.ContainsKey(SecurityPolicyStrings.SecureConversationBootstrapBindingElementsBelowSecurityKey))
2645
BindingElementCollection bindingElementsBelowSecurity = exporter.
State
[SecurityPolicyStrings.SecureConversationBootstrapBindingElementsBelowSecurityKey] as BindingElementCollection;