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