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