8 references to StartDirectives
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
636
ccu.
StartDirectives
.Add(csPragma);
System.CodeDom (7)
Microsoft\CSharp\CSharpCodeGenerator.cs (3)
457
GenerateDirectives(e.
StartDirectives
);
2421
if (e.
StartDirectives
.Count > 0)
2423
GenerateDirectives(e.
StartDirectives
);
System\CodeDom\Compiler\CodeGenerator.cs (3)
706
GenerateDirectives(e.
StartDirectives
);
1521
if (e.
StartDirectives
.Count > 0)
1523
GenerateDirectives(e.
StartDirectives
);
System\CodeDom\Compiler\CodeValidator.cs (1)
100
ValidateCodeDirectives(e.
StartDirectives
);