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