2 writes to roleProvider
System.ServiceModel (2)
System\ServiceModel\Description\ServiceAuthorizationBehavior.cs (2)
45this.roleProvider = other.roleProvider; 122this.roleProvider = value;
4 references to roleProvider
System.ServiceModel (4)
System\ServiceModel\Description\ServiceAuthorizationBehavior.cs (4)
45this.roleProvider = other.roleProvider; 117return (RoleProvider)this.roleProvider; 178dispatchRuntime.RoleProvider = (RoleProvider)this.roleProvider; 214if (this.roleProvider != null)