3 writes to role
System.Web.Services (3)
System\Web\Services\Protocols\SoapException.cs (3)
170this.role = role; 182this.role = role; 192role = (string)list["role"];
2 references to role
System.Web.Services (2)
System\Web\Services\Protocols\SoapException.cs (2)
256get { return role == null ? string.Empty : role; }