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