1 instantiation of BlockSaver
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\ClassifiedSpanVisitor.cs (1)
383
var saver = new
BlockSaver
(this);
10 references to BlockSaver
Microsoft.CodeAnalysis.Razor.Compiler (10)
Language\Legacy\ClassifiedSpanVisitor.cs (10)
357
private
BlockSaver
CommentBlock(SyntaxNode node)
360
private
BlockSaver
DirectiveBlock(SyntaxNode node)
363
private
BlockSaver
ExpressionBlock(SyntaxNode node)
366
private
BlockSaver
HtmlCommentBlock(SyntaxNode node)
369
private
BlockSaver
MarkupBlock(SyntaxNode node)
372
private
BlockSaver
StatementBlock(SyntaxNode node)
375
private
BlockSaver
TagBlock(SyntaxNode node)
378
private
BlockSaver
TemplateBlock(SyntaxNode node)
381
private
BlockSaver
Block(SyntaxNode node, BlockKindInternal kind)
383
var
saver = new BlockSaver(this);