2 references to GetDocument
Microsoft.CodeAnalysis.EditorFeatures (2)
TextStructureNavigation\AbstractTextStructureNavigatorProvider.TextStructureNavigator.cs (2)
79var document = GetDocument(position); 311var syntaxTree = GetDocument(point)?.GetSyntaxTreeSynchronously(cancellationToken);