7 references to NoSourceGenerators
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\SourceGeneration\RemoteSourceGenerationService.cs (2)
96
return SourceGeneratorPresence.
NoSourceGenerators
;
147
: SourceGeneratorPresence.
NoSourceGenerators
;
Microsoft.CodeAnalysis.Workspaces (5)
SourceGeneration\SourceGeneratorExtensions.cs (1)
37
return SourceGeneratorPresence.
NoSourceGenerators
;
Workspace\Solution\SolutionCompilationState_SourceGenerators.cs (4)
108
return state is not SourceGeneratorPresence.
NoSourceGenerators
;
115
return SourceGeneratorPresence.
NoSourceGenerators
;
118
return SourceGeneratorPresence.
NoSourceGenerators
;
154
return result.HasValue ? result.Value : SourceGeneratorPresence.
NoSourceGenerators
;