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