4 references to IndentBlockOperation
Microsoft.CodeAnalysis.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractFormatEngine.cs (2)
177AddOperations(nodeOperations.IndentBlockOperation, indentBlockOperationScratch, node, addIndentBlockOperations); 488context.AddIndentBlockOperations(nodeOperations.IndentBlockOperation, cancellationToken);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\NodeOperations.cs (2)
35IndentBlockOperation.Clear(); 36s_indentBlockOperationPool.Free(IndentBlockOperation);