2 writes to _channelSupportingTokenAuthenticatorSpecification
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\SecurityProtocolFactory.cs (2)
98_channelSupportingTokenAuthenticatorSpecification = new Collection<SupportingTokenAuthenticatorSpecification>(); 118_channelSupportingTokenAuthenticatorSpecification = new Collection<SupportingTokenAuthenticatorSpecification>(new List<SupportingTokenAuthenticatorSpecification>(factory._channelSupportingTokenAuthenticatorSpecification));
5 references to _channelSupportingTokenAuthenticatorSpecification
System.ServiceModel.Primitives (5)
System\ServiceModel\Security\SecurityProtocolFactory.cs (5)
118_channelSupportingTokenAuthenticatorSpecification = new Collection<SupportingTokenAuthenticatorSpecification>(new List<SupportingTokenAuthenticatorSpecification>(factory._channelSupportingTokenAuthenticatorSpecification)); 438if (_channelSupportingTokenAuthenticatorSpecification != null) 440foreach (SupportingTokenAuthenticatorSpecification spec in _channelSupportingTokenAuthenticatorSpecification) 464return (Object.ReferenceEquals(_channelSupportingTokenAuthenticatorSpecification, EmptyTokenAuthenticators)) ? null : (IList<SupportingTokenAuthenticatorSpecification>)_channelSupportingTokenAuthenticatorSpecification;