1 write to _codeParser
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\HtmlMarkupParser.cs (1)
47
set =>
_codeParser
= value;
2 references to _codeParser
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Legacy\HtmlMarkupParser.cs (2)
44
Debug.Assert(
_codeParser
!= null, "CodeParser should have been set during initialization");
45
return
_codeParser
!;