3 writes to PublicMethods
System.Management (3)
WmiGenerator.cs (3)
751
nIndex = IsContainedIn(s,ref
PublicMethods
);
790
nIndex = IsContainedIn(s,ref
PublicMethods
);
835
if (IsContainedIn(strTemp,ref
PublicMethods
) == -1)
7 references to PublicMethods
System.Management (7)
WmiGenerator.cs (7)
731
PublicMethods
.Add(meth.Name,meth.Name);
757
PublicMethods
.SetByIndex(nIndex,ResolveCollision(s,false));
775
foreach(String s in
PublicMethods
.Values)
796
PublicMethods
.SetByIndex(nIndex,ResolveCollision(s,false));
2844
for(int k=0;k<
PublicMethods
.Count;k++)
2848
MethodData meth = classobj.Methods[
PublicMethods
.GetKey(k).ToString()];
2863
cmm.Name =
PublicMethods
[meth.Name].ToString();