1 instantiation of MarkupBlockIntermediateNode
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\ComponentMarkupBlockPass.cs (1)
108
reference.Parent.Children.Insert(start, new
MarkupBlockIntermediateNode
()
6 references to MarkupBlockIntermediateNode
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\CodeGeneration\IntermediateNodeWriter.cs (1)
401
public virtual void WriteMarkupBlock(CodeRenderingContext context,
MarkupBlockIntermediateNode
node)
Language\Components\ComponentNodeWriter.cs (1)
773
public override void WriteMarkupBlock(CodeRenderingContext context,
MarkupBlockIntermediateNode
node)
Language\DefaultTagHelperResolutionPhase.ComponentTagHelperResolver.cs (1)
817
else if (node.Children[i] is
MarkupBlockIntermediateNode
markupBlock)
Language\Intermediate\IntermediateNodeVisitor.cs (1)
172
public virtual void VisitMarkupBlock(
MarkupBlockIntermediateNode
node)
Language\MarkupSplitter.cs (1)
171
MarkupBlockIntermediateNode
or
Language\RazorCSharpDocumentWriter.cs (1)
363
public override void VisitMarkupBlock(
MarkupBlockIntermediateNode
node)