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