1 write to NewActiveContextDocumentId
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\DocumentActiveContextChangedEventArgs.cs (1)
30this.NewActiveContextDocumentId = newActiveContextDocumentId;
3 references to NewActiveContextDocumentId
Microsoft.CodeAnalysis.EditorFeatures (2)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
227var documentId = args.NewActiveContextDocumentId;
Shared\Tagging\EventSources\TaggerEventSources.DocumentActiveContextChangedEventSource.cs (1)
30if (document != null && document.Id == e.NewActiveContextDocumentId)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DiagnosticAnalyzerService_IncrementalAnalyzer.cs (1)
48=> Reanalyze(e.Solution.Workspace, documentIds: SpecializedCollections.SingletonEnumerable(e.NewActiveContextDocumentId), highPriority: true);