2 writes to _scopedSupportingTokenAuthenticatorSpecification
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (2)
124
_scopedSupportingTokenAuthenticatorSpecification
= new Dictionary<string, ICollection<SupportingTokenAuthenticatorSpecification>>();
145
_scopedSupportingTokenAuthenticatorSpecification
= new Dictionary<string, ICollection<SupportingTokenAuthenticatorSpecification>>(factory._scopedSupportingTokenAuthenticatorSpecification);
9 references to _scopedSupportingTokenAuthenticatorSpecification
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (9)
145
_scopedSupportingTokenAuthenticatorSpecification = new Dictionary<string, ICollection<SupportingTokenAuthenticatorSpecification>>(factory.
_scopedSupportingTokenAuthenticatorSpecification
);
484
return
_scopedSupportingTokenAuthenticatorSpecification
;
657
foreach (string action in
_scopedSupportingTokenAuthenticatorSpecification
.Keys)
659
ICollection<SupportingTokenAuthenticatorSpecification> supportingAuthenticators =
_scopedSupportingTokenAuthenticatorSpecification
[action];
677
foreach (string action in
_scopedSupportingTokenAuthenticatorSpecification
.Keys)
679
ICollection<SupportingTokenAuthenticatorSpecification> supportingAuthenticators =
_scopedSupportingTokenAuthenticatorSpecification
[action];
792
if (
_scopedSupportingTokenAuthenticatorSpecification
.Count == 0)
801
foreach (string action in
_scopedSupportingTokenAuthenticatorSpecification
.Keys)
803
ICollection<SupportingTokenAuthenticatorSpecification> scopedAuthenticators =
_scopedSupportingTokenAuthenticatorSpecification
[action];