4 references to CSharpCodeParser
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
Legacy\CSharpCodeParserTest.cs (1)
225
_ = new
CSharpCodeParser
(directiveDescriptors, context);
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\Legacy\ParserTestBase.cs (1)
220
using var codeParser = new
CSharpCodeParser
(directives, context);
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Legacy\CSharpCodeParser.cs (1)
119
:
this
(directives: [], context)
Language\Legacy\RazorParser.cs (1)
29
using var codeParser = new
CSharpCodeParser
(Options.Directives, context);