8 references to StartDirectives
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
637
ccu.
StartDirectives
.Add(csPragma);
System.CodeDom (7)
Microsoft\CSharp\CSharpCodeGenerator.cs (3)
457
GenerateDirectives(e.
StartDirectives
);
2430
if (e.
StartDirectives
.Count > 0)
2432
GenerateDirectives(e.
StartDirectives
);
System\CodeDom\Compiler\CodeGenerator.cs (3)
721
GenerateDirectives(e.
StartDirectives
);
1587
if (e.
StartDirectives
.Count > 0)
1589
GenerateDirectives(e.
StartDirectives
);
System\CodeDom\Compiler\CodeValidator.cs (1)
103
ValidateCodeDirectives(e.
StartDirectives
);