2 instantiations of CompilationAvailableEventSource
Microsoft.CodeAnalysis.EditorFeatures (1)
Tagging\CompilationAvailableTaggerEventSource.cs (1)
51_eventSource = new CompilationAvailableEventSource(asyncListener);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\SemanticTokensRefreshQueue.cs (1)
114eventSource = new CompilationAvailableEventSource(_asyncListener);
5 references to CompilationAvailableEventSource
Microsoft.CodeAnalysis.EditorFeatures (1)
Tagging\CompilationAvailableTaggerEventSource.cs (1)
41private readonly CompilationAvailableEventSource _eventSource;
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\SemanticTokens\SemanticTokensRefreshQueue.cs (4)
37private readonly Dictionary<ProjectId, CompilationAvailableEventSource> _projectIdToEventSource = new(); 112if (!_projectIdToEventSource.TryGetValue(project.Id, out var eventSource)) 196ImmutableArray<CompilationAvailableEventSource> eventSources; 205foreach (var eventSource in eventSources)