9 references to OutParameters
System.Management (9)
System\Management\Method.cs (3)
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'/> 190/// the <see cref='System.Management.MethodData.OutParameters'/>
System\Management\WMIGenerator.cs (6)
2797if (meth.OutParameters != null) 2799if (meth.OutParameters.Properties != null) 2802foreach (PropertyData prop in meth.OutParameters.Properties) 2995if (meth.OutParameters != null) 2997if (meth.OutParameters.Properties != null) 2999foreach (PropertyData prop in meth.OutParameters.Properties)