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