2 writes to isAuthenticationSchemesSet
System.ServiceModel (2)
System\ServiceModel\Description\ServiceAuthenticationBehavior.cs (2)
38this.isAuthenticationSchemesSet = other.isAuthenticationSchemesSet; 65this.isAuthenticationSchemesSet = true;
2 references to isAuthenticationSchemesSet
System.ServiceModel (2)
System\ServiceModel\Description\ServiceAuthenticationBehavior.cs (2)
38this.isAuthenticationSchemesSet = other.isAuthenticationSchemesSet; 76return this.isAuthenticationSchemesSet;