5 references to InParameters
System.Management (5)
System\Management\Method.cs (2)
153/// and out, it appears in both the <see cref='System.Management.MethodData.InParameters'/> and <see cref='System.Management.MethodData.OutParameters'/> 179/// and out, it will appear in both the <see cref='System.Management.MethodData.InParameters'/> and <see cref='System.Management.MethodData.OutParameters'/>
System\Management\WMIGenerator.cs (3)
2896if (meth.InParameters != null) 2899if (meth.InParameters.Properties != null) 2901foreach (PropertyData prop in meth.InParameters.Properties)