2 writes to mergedSupportingTokenProvidersMap
System.ServiceModel (2)
System\ServiceModel\Security\SecurityProtocol.cs (2)
321
this.
mergedSupportingTokenProvidersMap
= null;
327
this.
mergedSupportingTokenProvidersMap
= new Dictionary<string, Collection<SupportingTokenProviderSpecification>>();
7 references to mergedSupportingTokenProvidersMap
System.ServiceModel (7)
System\ServiceModel\Security\SecurityProtocol.cs (7)
165
if (this.
mergedSupportingTokenProvidersMap
!= null && this.
mergedSupportingTokenProvidersMap
.Count > 0)
167
if (action != null && this.
mergedSupportingTokenProvidersMap
.ContainsKey(action))
169
return this.
mergedSupportingTokenProvidersMap
[action];
171
else if (this.
mergedSupportingTokenProvidersMap
.ContainsKey(MessageHeaders.WildcardAction))
173
return this.
mergedSupportingTokenProvidersMap
[MessageHeaders.WildcardAction];
352
this.
mergedSupportingTokenProvidersMap
.Add(action, mergedProviders);