2 implementations of StopTracking
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\IDocumentChangeTracker.cs (1)
29
public void
StopTracking
(Uri documentUri)
Workspaces\LspWorkspaceManager.cs (1)
113
public void
StopTracking
(Uri uri)
1 reference to StopTracking
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\RequestContext.cs (1)
226
=> _documentChangeTracker.
StopTracking
(uri);