5 references to ParserContext
Microsoft.AspNetCore.Razor.Language.UnitTests (3)
Legacy\CSharpCodeParserTest.cs (1)
217
using var context = new
ParserContext
(source, options);
Legacy\HtmlMarkupParserTests.cs (1)
231
var context = new
ParserContext
(source, options);
Legacy\TokenizerLookaheadTest.cs (1)
134
var context = new
ParserContext
(source, options);
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\Legacy\ParserTestBase.cs (1)
219
using var context = new
ParserContext
(source, parseOptions);
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\RazorParser.cs (1)
28
using var context = new
ParserContext
(source, Options, cancellationToken);