2 writes to issuerChannelBehaviors
System.ServiceModel (2)
System\ServiceModel\Security\IssuedTokenClientCredential.cs (2)
41
this.
issuerChannelBehaviors
= new Dictionary<Uri, KeyedByTypeCollection<IEndpointBehavior>>();
121
this.
issuerChannelBehaviors
= new Dictionary<Uri, KeyedByTypeCollection<IEndpointBehavior>>();
6 references to issuerChannelBehaviors
System.ServiceModel (6)
System\ServiceModel\Security\IssuedTokenClientCredential.cs (6)
39
if (other.
issuerChannelBehaviors
!= null)
42
foreach (Uri uri in other.
issuerChannelBehaviors
.Keys)
44
this.
issuerChannelBehaviors
.Add(uri, GetBehaviorCollection(other.
issuerChannelBehaviors
[uri]));
120
if (this.
issuerChannelBehaviors
== null)
122
return this.
issuerChannelBehaviors
;