4 writes to thisRole
System.Management (4)
System\Management\ManagementQuery.cs (4)
1939this.thisRole = thisRole; 1968this.thisRole = thisRole; 2066set { thisRole = value; BuildQuery(); FireIdentifierChanged(); } 2251thisRole = tempThisRole;
4 references to thisRole
System.Management (4)
System\Management\ManagementQuery.cs (4)
2065get { return thisRole ?? string.Empty; } 2119s = s + " " + TokenRole + " = " + thisRole; 2270relationshipQualifier, thisRole, classDefinitionsOnly); 2273thisRole);