2 references to GetTrackedDocumentInfo
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\DocumentChanges\DidChangeHandler.cs (1)
31
var text = context.
GetTrackedDocumentInfo
(request.TextDocument.DocumentUri).SourceText;
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
DocumentChanges\DocumentChangesTests.cs (1)
499
var trackedDocumentInfo = context.
GetTrackedDocumentInfo
(request.DocumentUri);