12 references to CodeVariableDeclarationStatement
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
3148CodeVariableDeclarationStatement cvds = new CodeVariableDeclarationStatement(appClassName, APPVAR, coce); 3312CodeVariableDeclarationStatement cvdsAppSplash = new CodeVariableDeclarationStatement(SPLASHCLASSNAME, SPLASHVAR, coceApplicationSplashScreen);
System.Management (10)
System\Management\WMIGenerator.cs (10)
2058cmm.Statements.Add(new CodeVariableDeclarationStatement("System.String", strPathObject, new CodePrimitiveExpression(strPath))); 2836cmm.Statements.Add(new CodeVariableDeclarationStatement("System.Boolean", "IsMethodStatic", new CodePrimitiveExpression(bStatic))); 2888cis.TrueStatements.Add(new CodeVariableDeclarationStatement("System.Boolean", 3651cmm.Statements.Add(new CodeVariableDeclarationStatement(PublicNamesUsed["ObjectSearcherClass"].ToString(), 5337cmp.GetStatements.Add(new CodeVariableDeclarationStatement("System.String", strRetVar, 5523cis.FalseStatements.Add(new CodeVariableDeclarationStatement("System.Array", strDerivation, cs)); 5534cis1.TrueStatements.Add(new CodeVariableDeclarationStatement("System.Int32", strnCtr, new CodePrimitiveExpression(0))); 6020cmProp.GetStatements.Add(new CodeVariableDeclarationStatement("System.Array", strArray, 6030cmProp.GetStatements.Add(new CodeVariableDeclarationStatement("System.Int32", strnCtr, new CodePrimitiveExpression(0))); 6236cmm.Statements.Add(new CodeVariableDeclarationStatement(PublicNamesUsed["ManagementClass"].ToString(), strTemp, coce1));