4 writes to thisRole
System.Management (4)
managementquery.cs (4)
1322
this.
thisRole
= thisRole;
1361
this.
thisRole
= thisRole;
1531
set {
thisRole
= value; BuildQuery(); FireIdentifierChanged(); }
1746
thisRole
= tempThisRole;
5 references to thisRole
System.Management (5)
managementquery.cs (5)
1530
get { return (null !=
thisRole
) ?
thisRole
: String.Empty; }
1597
s = s + " " + tokenRole + " = " +
thisRole
;
1767
thisRole
, classDefinitionsOnly);
1771
thisRole
);