2 writes to isAuthenticationManagerSet
System.ServiceModel (2)
System\ServiceModel\Description\ServiceAuthenticationBehavior.cs (2)
37this.isAuthenticationManagerSet = other.isAuthenticationManagerSet; 51this.isAuthenticationManagerSet = value != null;
2 references to isAuthenticationManagerSet
System.ServiceModel (2)
System\ServiceModel\Description\ServiceAuthenticationBehavior.cs (2)
37this.isAuthenticationManagerSet = other.isAuthenticationManagerSet; 71return this.isAuthenticationManagerSet;