1 write to roleProvider
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
521this.roleProvider = value;
2 references to roleProvider
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (2)
515get { return (RoleProvider)this.roleProvider; } 710get { return this.roleProvider != null; }