6 references to CodeBlock
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\Components\ComponentCodeDirective.cs (1)
14DirectiveKind.CodeBlock,
Language\DefaultRazorIntermediateNodeLoweringPhase.cs (1)
240case DirectiveKind.CodeBlock:
Language\DirectiveDescriptor.cs (2)
162return CreateDirective(directive, DirectiveKind.CodeBlock, configure: null); 178return CreateDirective(directive, DirectiveKind.CodeBlock, configure);
Language\Extensions\FunctionsDirective.cs (1)
15DirectiveKind.CodeBlock,
Language\Legacy\CSharpCodeParser.cs (1)
1884case DirectiveKind.CodeBlock: