7 writes to cie
System.Management (7)
33 references to cie
System.Management (33)
WmiGenerator.cs (33)
1192cmp.GetStatements.Add (new CodeMethodReturnStatement (new CodeCastExpression(cmp.Type,cie)));
1338cis.Condition = new CodeBinaryOperatorExpression(cie,
1361cis.Condition = new CodeBinaryOperatorExpression(cie,
1446GenerateCodeForRefAndDateTimeTypes(cie,prop.IsArray,cmp.GetStatements,PublicNamesUsed["PathClass"].ToString(),null,false);
1456GenerateCodeForRefAndDateTimeTypes(cie,prop.IsArray,cmp.GetStatements,"System.TimeSpan",null,false);
1460GenerateCodeForRefAndDateTimeTypes(cie,prop.IsArray,cmp.GetStatements,"System.DateTime",null,false);
1469AddGetStatementsForEnumArray(cie,cmp);
1475cmie.Parameters.Add(cie);
1482cmp.GetStatements.Add (new CodeMethodReturnStatement (new CodeCastExpression(cmp.Type,cie)));
1496cmm2.Statements.Add(new CodeAssignStatement(cie,new CodePrimitiveExpression(null)));
1506AddPropertySet(cie,prop.IsArray,cmp.SetStatements,PublicNamesUsed["PathClass"].ToString(),null);
1516AddPropertySet(cie,prop.IsArray,cmp.SetStatements,"System.TimeSpan",null);
1520AddPropertySet(cie,prop.IsArray,cmp.SetStatements,"System.DateTime",null);
1555ccs.TrueStatements.Add(new CodeAssignStatement(cie,new CodePrimitiveExpression(null)));
1556ccs.FalseStatements.Add(new CodeAssignStatement(cie,new CodeSnippetExpression("value")));
1562cmp.SetStatements.Add(new CodeAssignStatement(cie,new CodeSnippetExpression("value")));
2582cpre = new CodePropertyReferenceExpression(cie,"Value");
3007AddPropertySet(cie,prop.IsArray,cis.TrueStatements,PublicNamesUsed["PathClass"].ToString(),new CodeVariableReferenceExpression(cpde.Name));
3016AddPropertySet(cie,prop.IsArray,cis.TrueStatements,"System.TimeSpan",new CodeVariableReferenceExpression(cpde.Name));
3020AddPropertySet(cie,prop.IsArray,cis.TrueStatements,"System.DateTime",new CodeVariableReferenceExpression(cpde.Name));
3029cis.TrueStatements.Add(new CodeAssignStatement(cie,new CodeCastExpression(new CodeTypeReference(cpde.Type.BaseType + " "),
3034cis.TrueStatements.Add(new CodeAssignStatement(cie,new CodeCastExpression(cpde.Type,new CodeVariableReferenceExpression(cpde.Name))));
3124GenerateCodeForRefAndDateTimeTypes(cie,prop.IsArray,cis.TrueStatements,PublicNamesUsed["PathClass"].ToString(),new CodeVariableReferenceExpression(prop.Name),true);
3133GenerateCodeForRefAndDateTimeTypes(cie,prop.IsArray,cis.TrueStatements,"System.TimeSpan",new CodeVariableReferenceExpression(prop.Name),true);
3137GenerateCodeForRefAndDateTimeTypes(cie,prop.IsArray,cis.TrueStatements,"System.DateTime",new CodeVariableReferenceExpression(prop.Name),true);
3146new CodePropertyReferenceExpression(cie,"Value"))));
3151cmie2.Parameters.Add(new CodePropertyReferenceExpression(cie,"Value"));
3229new CodePropertyReferenceExpression(cie,"Value"))));
3253GenerateCodeForRefAndDateTimeTypes(cie,isRetArray,cis.TrueStatements,PublicNamesUsed["PathClass"].ToString(),new CodeVariableReferenceExpression("retVar"),true);
3265GenerateCodeForRefAndDateTimeTypes(cie,isRetArray,cis.TrueStatements,"System.DateTime",new CodeVariableReferenceExpression("retVar"),true);
3284GenerateCodeForRefAndDateTimeTypes(cie,isRetArray,cis.TrueStatements,"System.TimeSpan",new CodeVariableReferenceExpression("retVar"),true);
3293cmie.Parameters.Add(new CodePropertyReferenceExpression(cie,"Value"));
3310new CodeCastExpression(retRefType,new CodePropertyReferenceExpression(cie,"Value"))));