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