1 write to Directives
Microsoft.AspNetCore.Razor.Microbenchmarks.Compiler (1)
SyntaxTreeGenerationBenckmark.cs (1)
35Directives = directiveFeature?.GetDirectives() ?? [];
2 references to Directives
Microsoft.AspNetCore.Razor.Microbenchmarks.Compiler (2)
SyntaxTreeGenerationBenckmark.cs (2)
48.WithDirectives(Directives) 62var options = RazorParserOptions.Default.WithDirectives(Directives);