2 instantiations of WriterScope
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\RazorHtmlWriter.cs (2)
210
=>
new
(this, isWritingHtml: false);
213
=>
new
(this, isWritingHtml: true);
2 references to WriterScope
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\RazorHtmlWriter.cs (2)
209
private
WriterScope
NonHtmlScope()
212
private
WriterScope
HtmlScope()