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