3 references to shouldSkipGenerator
Microsoft.CodeAnalysis (3)
SourceGeneration\GeneratorDriver.cs (3)
258if (shouldSkipGenerator(sourceGenerator)) 358if (shouldSkipGenerator(state.Generators[i]) || generatorState.OutputNodes.Length == 0) 412if (shouldSkipGenerator(state.Generators[i]) || generatorState.OutputNodes.Length == 0 || generatorState.PreCompilationFailed)