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)
117
return state is not SourceGeneratorPresence.
NoSourceGenerators
;
124
return SourceGeneratorPresence.
NoSourceGenerators
;
127
return SourceGeneratorPresence.
NoSourceGenerators
;
163
return result.HasValue ? result.Value : SourceGeneratorPresence.
NoSourceGenerators
;