10 references to CodeRegionDirective
System (1)
src\libraries\shims\System\ref\System.cs (1)
84[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeRegionDirective))]
System.CodeDom (9)
Microsoft\CSharp\CSharpCodeGenerator.cs (3)
2501else if (directive is CodeRegionDirective) 2503GenerateCodeRegionDirective((CodeRegionDirective)directive); 2525private void GenerateCodeRegionDirective(CodeRegionDirective regionDirective)
Microsoft\VisualBasic\VBCodeGenerator.cs (3)
2272else if (directive is CodeRegionDirective) 2274GenerateCodeRegionDirective((CodeRegionDirective)directive); 2297private void GenerateCodeRegionDirective(CodeRegionDirective regionDirective)
System\CodeDom\Compiler\CodeValidator.cs (3)
935else if (e is CodeRegionDirective) 937ValidateRegionDirective((CodeRegionDirective)e); 951private static void ValidateRegionDirective(CodeRegionDirective e)