5 references to RazorBlock
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\DefaultRazorIntermediateNodeLoweringPhase.cs (1)
239case DirectiveKind.RazorBlock:
Language\DirectiveDescriptor.cs (2)
131return CreateDirective(directive, DirectiveKind.RazorBlock, configure: null); 147return CreateDirective(directive, DirectiveKind.RazorBlock, configure);
Language\Extensions\SectionDirective.cs (1)
15DirectiveKind.RazorBlock,
Language\Legacy\CSharpCodeParser.cs (1)
1857case DirectiveKind.RazorBlock: