1 instantiation of DocumentActiveContextChangedEventArgs
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Workspace_Events.cs (1)
235var args = new DocumentActiveContextChangedEventArgs(currentSolution, sourceTextContainer, oldActiveContextDocumentId, newActiveContextDocumentId);
6 references to DocumentActiveContextChangedEventArgs
Microsoft.CodeAnalysis.EditorFeatures (2)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
267private void OnDocumentActiveContextChanged(object? sender, DocumentActiveContextChangedEventArgs args)
Shared\Tagging\EventSources\TaggerEventSources.DocumentActiveContextChangedEventSource.cs (1)
20private void OnDocumentActiveContextChanged(object? sender, DocumentActiveContextChangedEventArgs e)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DiagnosticAnalyzerService_IncrementalAnalyzer.cs (1)
27private void OnDocumentActiveContextChanged(object? sender, DocumentActiveContextChangedEventArgs e)
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Workspace_Events.cs (3)
208public event EventHandler<DocumentActiveContextChangedEventArgs> DocumentActiveContextChanged 227var ev = GetEventHandlers<DocumentActiveContextChangedEventArgs>(DocumentActiveContextChangedName); 235var args = new DocumentActiveContextChangedEventArgs(currentSolution, sourceTextContainer, oldActiveContextDocumentId, newActiveContextDocumentId);