2 references to CodeVariableDeclarationStatement
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
3119
CodeVariableDeclarationStatement cvds = new
CodeVariableDeclarationStatement
(appClassName, APPVAR, coce);
3277
CodeVariableDeclarationStatement cvdsAppSplash = new
CodeVariableDeclarationStatement
(SPLASHCLASSNAME, SPLASHVAR, coceApplicationSplashScreen);