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