3 references to HtmlMarkupParser
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
Legacy\HtmlMarkupParserTests.cs (1)
200
:
base
(context)
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\Legacy\ParserTestBase.cs (1)
221
using var markupParser = new
HtmlMarkupParser
(context);
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\RazorParser.cs (1)
30
using var markupParser = new
HtmlMarkupParser
(context);