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