2 references to shouldSkipGenerator
Microsoft.CodeAnalysis (2)
SourceGeneration\GeneratorDriver.cs (2)
234
if (
shouldSkipGenerator
(sourceGenerator))
315
if (
shouldSkipGenerator
(state.Generators[i]) || generatorState.OutputNodes.Length == 0)