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