1 write to Solution
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\DocumentActiveContextChangedEventArgs.cs (1)
27this.Solution = solution;
1 reference to Solution
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DiagnosticAnalyzerService_IncrementalAnalyzer.cs (1)
48=> Reanalyze(e.Solution.Workspace, documentIds: SpecializedCollections.SingletonEnumerable(e.NewActiveContextDocumentId), highPriority: true);