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