2 references to GetIndentBlockOperationsFromSmallestSpan
Microsoft.CodeAnalysis.Workspaces (2)
BottomUpBaseIndentationFinder.cs (2)
188var operations = GetIndentBlockOperationsFromSmallestSpan(root, list, position); 308return GetIndentBlockOperationsFromSmallestSpan(root, list, position).FirstOrDefault();