5 references to InParameters
System.Management (5)
method.cs (2)
152/// and out, it appears in both the <see cref='System.Management.MethodData.InParameters'/> and <see cref='System.Management.MethodData.OutParameters'/> 177/// and out, it will appear in both the <see cref='System.Management.MethodData.InParameters'/> and <see cref='System.Management.MethodData.OutParameters'/>
WmiGenerator.cs (3)
2949if (meth.InParameters != null) 2952if (meth.InParameters.Properties != null) 2954foreach (PropertyData prop in meth.InParameters.Properties)