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)
2503else if (directive is CodeRegionDirective) 2505GenerateCodeRegionDirective((CodeRegionDirective)directive); 2527private void GenerateCodeRegionDirective(CodeRegionDirective regionDirective)
Microsoft\VisualBasic\VBCodeGenerator.cs (3)
2276else if (directive is CodeRegionDirective) 2278GenerateCodeRegionDirective((CodeRegionDirective)directive); 2301private void GenerateCodeRegionDirective(CodeRegionDirective regionDirective)
System\CodeDom\Compiler\CodeValidator.cs (3)
932else if (e is CodeRegionDirective) 934ValidateRegionDirective((CodeRegionDirective)e); 948private static void ValidateRegionDirective(CodeRegionDirective e)