5 references to IsTracking
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Handler\Diagnostics\AbstractDocumentPullDiagnosticHandler.cs (1)
44if (!context.IsTracking(identifier.DocumentUri))
Handler\Diagnostics\DiagnosticSourceProviders\WorkspaceDiagnosticSourceHelpers.cs (1)
46if (context.IsTracking(document.GetURI()))
Handler\EditAndContinue\WorkspaceEditAndContinueDiagnosticSourceProvider.cs (1)
29return EditAndContinueDiagnosticSource.CreateWorkspaceDiagnosticSourcesAsync(context.Solution!, document => context.IsTracking(document.GetURI()), cancellationToken);
Handler\SpellCheck\DocumentSpellCheckHandler.cs (1)
54if (!context.IsTracking(context.Document.GetURI()))
Handler\SpellCheck\WorkspaceSpellCheckHandler.cs (1)
80if (context.IsTracking(document.GetURI()))