5 references to NoSourceGenerators
Microsoft.CodeAnalysis.Workspaces (5)
SourceGeneration\SourceGeneratorExtensions.cs (1)
37
return SourceGeneratorPresence.
NoSourceGenerators
;
Workspace\Solution\SolutionCompilationState_SourceGenerators.cs (4)
117
return state is not SourceGeneratorPresence.
NoSourceGenerators
;
124
return SourceGeneratorPresence.
NoSourceGenerators
;
127
return SourceGeneratorPresence.
NoSourceGenerators
;
163
return result.HasValue ? result.Value : SourceGeneratorPresence.
NoSourceGenerators
;