1 write to _htmlParser
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\CSharpCodeParser.cs (1)
257
set =>
_htmlParser
= value;
2 references to _htmlParser
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Legacy\CSharpCodeParser.cs (2)
254
Debug.Assert(
_htmlParser
!= null, "HtmlParser should have been set during initialization");
255
return
_htmlParser
!;