3 references to IsLiveSource
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\Diagnostics\AbstractPullDiagnosticHandler.cs (1)
320diagnosticSource.IsLiveSource(),
Handler\Diagnostics\DiagnosticSourceProviders\DiagnosticSourceManager.cs (2)
109Debug.Assert(sources.All(s => s.IsLiveSource()), "All document sources should be live"); 118sources = sources.GroupBy(s => (s.GetId(), s.IsLiveSource()), s => s)