5 references to StartDirectives
System.CodeDom (5)
Microsoft\CSharp\CSharpCodeGenerator.cs (2)
534
if (e.
StartDirectives
.Count > 0)
536
GenerateDirectives(e.
StartDirectives
);
System\CodeDom\Compiler\CodeGenerator.cs (2)
861
if (e.
StartDirectives
.Count > 0)
863
GenerateDirectives(e.
StartDirectives
);
System\CodeDom\Compiler\CodeValidator.cs (1)
397
ValidateCodeDirectives(e.
StartDirectives
);