2 writes to serviceAuthorizationManager
System.ServiceModel (2)
System\ServiceModel\Description\ServiceAuthorizationBehavior.cs (2)
85this.serviceAuthorizationManager = value; 172this.serviceAuthorizationManager = other.serviceAuthorizationManager;
4 references to serviceAuthorizationManager
System.ServiceModel (4)
System\ServiceModel\Description\ServiceAuthorizationBehavior.cs (4)
79return this.serviceAuthorizationManager; 162if (this.serviceAuthorizationManager != null) 164behavior.ServiceAuthorizationManager = this.serviceAuthorizationManager; 172this.serviceAuthorizationManager = other.serviceAuthorizationManager;