7 references to RazorBlock
Microsoft.CodeAnalysis.Razor.Compiler (7)
Language\DefaultRazorIntermediateNodeLoweringPhase.cs (1)
241case DirectiveKind.RazorBlock:
Language\DirectiveDescriptor.cs (4)
120/// Creates a new <see cref="DirectiveDescriptor"/> with <see cref="Kind"/> set to <see cref="DirectiveKind.RazorBlock"/> 131return CreateDirective(directive, DirectiveKind.RazorBlock, configure: null); 135/// Creates a new <see cref="DirectiveDescriptor"/> with <see cref="Kind"/> set to <see cref="DirectiveKind.RazorBlock"/> 147return CreateDirective(directive, DirectiveKind.RazorBlock, configure);
Language\Extensions\SectionDirective.cs (1)
15DirectiveKind.RazorBlock,
Language\Legacy\CSharpCodeParser.cs (1)
1841case DirectiveKind.RazorBlock: