6 references to AddPropertySet
System.Management (6)
System\Management\WMIGenerator.cs (6)
1465AddPropertySet(cie, prop.IsArray, cmp.SetStatements, PublicNamesUsed["PathClass"].ToString(), null); 1475AddPropertySet(cie, prop.IsArray, cmp.SetStatements, "System.TimeSpan", null); 1479AddPropertySet(cie, prop.IsArray, cmp.SetStatements, "System.DateTime", null); 2954AddPropertySet(cie, prop.IsArray, cis.TrueStatements, PublicNamesUsed["PathClass"].ToString(), new CodeVariableReferenceExpression(cpde.Name)); 2963AddPropertySet(cie, prop.IsArray, cis.TrueStatements, "System.TimeSpan", new CodeVariableReferenceExpression(cpde.Name)); 2967AddPropertySet(cie, prop.IsArray, cis.TrueStatements, "System.DateTime", new CodeVariableReferenceExpression(cpde.Name));