4 writes to thisRole
System.Management (4)
managementquery.cs (4)
1939
this.
thisRole
= thisRole;
1968
this.
thisRole
= thisRole;
2066
set {
thisRole
= value; BuildQuery(); FireIdentifierChanged(); }
2251
thisRole
= tempThisRole;
5 references to thisRole
System.Management (5)
managementquery.cs (5)
2065
get { return (null !=
thisRole
) ?
thisRole
: String.Empty; }
2119
s = s + " " + tokenRole + " = " +
thisRole
;
2270
relationshipQualifier,
thisRole
, classDefinitionsOnly);
2273
thisRole
);