9 references to OutParameters
System.Management (9)
method.cs (3)
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'/> 188/// the <see cref='System.Management.MethodData.OutParameters'/>
WmiGenerator.cs (6)
2850if (meth.OutParameters != null) 2852if(meth.OutParameters.Properties != null) 2855foreach (PropertyData prop in meth.OutParameters.Properties) 3049if (meth.OutParameters != null) 3051if (meth.OutParameters.Properties != null) 3053foreach (PropertyData prop in meth.OutParameters.Properties)