3 writes to PublicMethods
System.Management (3)
System\Management\WMIGenerator.cs (3)
716nIndex = IsContainedIn(s, ref PublicMethods); 755nIndex = IsContainedIn(s, ref PublicMethods); 800if (IsContainedIn(strTemp, ref PublicMethods) == -1)
7 references to PublicMethods
System.Management (7)
System\Management\WMIGenerator.cs (7)
696PublicMethods.Add(meth.Name, meth.Name); 722PublicMethods.SetByIndex(nIndex, ResolveCollision(s, false)); 740foreach (string s in PublicMethods.Values) 761PublicMethods.SetByIndex(nIndex, ResolveCollision(s, false)); 2791for (int k = 0; k < PublicMethods.Count; k++) 2795MethodData meth = classobj.Methods[PublicMethods.GetKey(k).ToString()]; 2810cmm.Name = PublicMethods[meth.Name].ToString();