2 writes to localIssuerChannelBehaviors
System.ServiceModel (2)
System\ServiceModel\Security\IssuedTokenClientCredential.cs (2)
38this.localIssuerChannelBehaviors = GetBehaviorCollection(other.localIssuerChannelBehaviors); 131this.localIssuerChannelBehaviors = new KeyedByTypeCollection<IEndpointBehavior>();
4 references to localIssuerChannelBehaviors
System.ServiceModel (4)
System\ServiceModel\Security\IssuedTokenClientCredential.cs (4)
37if (other.localIssuerChannelBehaviors != null) 38this.localIssuerChannelBehaviors = GetBehaviorCollection(other.localIssuerChannelBehaviors); 130if (this.localIssuerChannelBehaviors == null) 132return this.localIssuerChannelBehaviors;