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