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