1 instantiation of BlockSaver
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\ClassifiedSpanVisitor.cs (1)
384
var saver = new
BlockSaver
(this);
10 references to BlockSaver
Microsoft.CodeAnalysis.Razor.Compiler (10)
Language\Legacy\ClassifiedSpanVisitor.cs (10)
358
private
BlockSaver
CommentBlock(SyntaxNode node)
361
private
BlockSaver
DirectiveBlock(SyntaxNode node)
364
private
BlockSaver
ExpressionBlock(SyntaxNode node)
367
private
BlockSaver
HtmlCommentBlock(SyntaxNode node)
370
private
BlockSaver
MarkupBlock(SyntaxNode node)
373
private
BlockSaver
StatementBlock(SyntaxNode node)
376
private
BlockSaver
TagBlock(SyntaxNode node)
379
private
BlockSaver
TemplateBlock(SyntaxNode node)
382
private
BlockSaver
Block(SyntaxNode node, BlockKindInternal kind)
384
var
saver = new BlockSaver(this);