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)
2512else if (directive is CodeRegionDirective) 2514GenerateCodeRegionDirective((CodeRegionDirective)directive); 2536private void GenerateCodeRegionDirective(CodeRegionDirective regionDirective)
Microsoft\VisualBasic\VBCodeGenerator.cs (3)
2279else if (directive is CodeRegionDirective) 2281GenerateCodeRegionDirective((CodeRegionDirective)directive); 2304private void GenerateCodeRegionDirective(CodeRegionDirective regionDirective)
System\CodeDom\Compiler\CodeValidator.cs (3)
944else if (e is CodeRegionDirective) 946ValidateRegionDirective((CodeRegionDirective)e); 960private static void ValidateRegionDirective(CodeRegionDirective e)