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