3 references to Methods
System.Management (3)
System\Management\WMIGenerator.cs (3)
692if (classobj.Methods != null) 694foreach (MethodData meth in classobj.Methods) 2795MethodData meth = classobj.Methods[PublicMethods.GetKey(k).ToString()];