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