7 references to CreateObjectForProperty
System.Management (7)
System\Management\WMIGenerator.cs (7)
5648cis1.TrueStatements.Add(new CodeMethodReturnStatement(CreateObjectForProperty(strType, cmie))); 5656cis1.TrueStatements.Add(new CodeAssignStatement(varToAssign, CreateObjectForProperty(strType, cmie))); 5676cis1.TrueStatements.Add(new CodeMethodReturnStatement(CreateObjectForProperty(strType, ce))); 5677cis1.FalseStatements.Add(new CodeMethodReturnStatement(CreateObjectForProperty(strType, null))); 5681cis1.TrueStatements.Add(new CodeAssignStatement(varToAssign, CreateObjectForProperty(strType, ce))); 5682cis1.FalseStatements.Add(new CodeAssignStatement(varToAssign, CreateObjectForProperty(strType, null))); 5786new CodeVariableReferenceExpression(strnCtr)), CreateObjectForProperty(strType, cmie2)));