4 references to tokenOf
System.Management (4)
managementquery.cs (4)
1569
string s = tokenAssociators + " " +
tokenOf
+ " {" + sourceObject + "}";
1660
if (0 != String.Compare(q, 0,
tokenOf
, 0,
tokenOf
.Length, StringComparison.OrdinalIgnoreCase))
1664
q = q.Remove(0,
tokenOf
.Length).TrimStart (null);