1 instantiation of RazorAnalyzerConfigOptionsProvider
rzc (1)
RazorSourceGeneratorHost.cs (1)
72return new RazorAnalyzerConfigOptionsProvider(new RazorAnalyzerConfigOptions(globalOptions), fileOptions);
3 references to RazorAnalyzerConfigOptionsProvider
rzc (3)
DiscoverCommand.cs (1)
218var optionsProvider = RazorSourceGeneratorHost.CreateOptionsProvider(
GenerateCommand.cs (1)
306var optionsProvider = RazorSourceGeneratorHost.CreateOptionsProvider(
RazorSourceGeneratorHost.cs (1)
33public static RazorAnalyzerConfigOptionsProvider CreateOptionsProvider(