7 references to CreateObjectForProperty
System.Management (7)
System\Management\WMIGenerator.cs (7)
5614cis1.TrueStatements.Add(new CodeMethodReturnStatement(CreateObjectForProperty(strType, cmie))); 5622cis1.TrueStatements.Add(new CodeAssignStatement(varToAssign, CreateObjectForProperty(strType, cmie))); 5642cis1.TrueStatements.Add(new CodeMethodReturnStatement(CreateObjectForProperty(strType, ce))); 5643cis1.FalseStatements.Add(new CodeMethodReturnStatement(CreateObjectForProperty(strType, null))); 5647cis1.TrueStatements.Add(new CodeAssignStatement(varToAssign, CreateObjectForProperty(strType, ce))); 5648cis1.FalseStatements.Add(new CodeAssignStatement(varToAssign, CreateObjectForProperty(strType, null))); 5752new CodeVariableReferenceExpression(strnCtr)), CreateObjectForProperty(strType, cmie2)));