1 implementation of GetSourceGeneratorPresenceAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SourceGeneration\RemoteSourceGenerationService.cs (1)
88public async ValueTask<SourceGeneratorPresence> GetSourceGeneratorPresenceAsync(
1 reference to GetSourceGeneratorPresenceAsync
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionCompilationState_SourceGenerators.cs (1)
152(service, solution, cancellationToken) => service.GetSourceGeneratorPresenceAsync(solution, projectId, analyzerReferences, projectState.Language, cancellationToken),