1 write to UseSourceGenerator
rzc (1)
GenerateCommand.cs (1)
39UseSourceGenerator = Option("--use-source-generator", "host the Razor source generator instead of the engine", CommandOptionType.NoValue);
1 reference to UseSourceGenerator
rzc (1)
GenerateCommand.cs (1)
92if (UseSourceGenerator.HasValue() && !GenerateDeclaration.HasValue())