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