4 writes to _channelSupportingTokenAuthenticatorSpecification
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (4)
123
_channelSupportingTokenAuthenticatorSpecification
= new Collection<SupportingTokenAuthenticatorSpecification>();
144
_channelSupportingTokenAuthenticatorSpecification
= new Collection<SupportingTokenAuthenticatorSpecification>(new List<SupportingTokenAuthenticatorSpecification>(factory._channelSupportingTokenAuthenticatorSpecification));
975
_channelSupportingTokenAuthenticatorSpecification
= EmptyTokenAuthenticators;
1007
_channelSupportingTokenAuthenticatorSpecification
=
15 references to _channelSupportingTokenAuthenticatorSpecification
dotnet-svcutil-lib (15)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (15)
144
_channelSupportingTokenAuthenticatorSpecification = new Collection<SupportingTokenAuthenticatorSpecification>(new List<SupportingTokenAuthenticatorSpecification>(factory.
_channelSupportingTokenAuthenticatorSpecification
));
476
return
_channelSupportingTokenAuthenticatorSpecification
;
653
foreach (SupportingTokenAuthenticatorSpecification spec in
_channelSupportingTokenAuthenticatorSpecification
)
673
foreach (SupportingTokenAuthenticatorSpecification spec in
_channelSupportingTokenAuthenticatorSpecification
)
715
if (
_channelSupportingTokenAuthenticatorSpecification
!= null)
717
foreach (SupportingTokenAuthenticatorSpecification spec in
_channelSupportingTokenAuthenticatorSpecification
)
787
return (Object.ReferenceEquals(
_channelSupportingTokenAuthenticatorSpecification
, EmptyTokenAuthenticators)) ? null : (IList<SupportingTokenAuthenticatorSpecification>)
_channelSupportingTokenAuthenticatorSpecification
;
812
foreach (SupportingTokenAuthenticatorSpecification spec in
_channelSupportingTokenAuthenticatorSpecification
)
969
AddSupportingTokenAuthenticators(_securityBindingElement.EndpointSupportingTokenParameters, false, (IList<SupportingTokenAuthenticatorSpecification>)
_channelSupportingTokenAuthenticatorSpecification
);
971
if (!
_channelSupportingTokenAuthenticatorSpecification
.IsReadOnly)
973
if (
_channelSupportingTokenAuthenticatorSpecification
.Count == 0)
980
foreach (SupportingTokenAuthenticatorSpecification tokenAuthenticatorSpec in
_channelSupportingTokenAuthenticatorSpecification
)
1008
new ReadOnlyCollection<SupportingTokenAuthenticatorSpecification>((Collection<SupportingTokenAuthenticatorSpecification>)
_channelSupportingTokenAuthenticatorSpecification
);
1011
VerifyTypeUniqueness(
_channelSupportingTokenAuthenticatorSpecification
);