6 references to INDENT12
PresentationBuildTasks (6)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (6)
1101
CodeSnippetStatement css = new CodeSnippetStatement(
INDENT12
+ ENDCURLY);
1269
CodeSnippetStatement css = new CodeSnippetStatement(
INDENT12
+ ENDCURLY);
3564
private const string SWITCH_STATEMENT = $"{
INDENT12
}switch ({CONNECTIONID})\r\n{
INDENT12
}{{";
3565
private const string BREAK_STATEMENT = $"{
INDENT12
}break;";
3566
private const string CASE_STATEMENT = $"{
INDENT12
}case ";