1 instantiation of NonMutatingDocumentChangeTracker
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\RequestContext.cs (1)
239
var documentChangeTracker = mutatesSolutionState ? (IDocumentChangeTracker)lspWorkspaceManager : new
NonMutatingDocumentChangeTracker
();
1 reference to NonMutatingDocumentChangeTracker
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\RequestContext.cs (1)
25
/// This will be the <see cref="
NonMutatingDocumentChangeTracker
"/> for non-mutating requests because they're not allowed to change documents