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