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