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