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