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