4 references to SuppressOperation
Microsoft.CodeAnalysis.CodeStyle (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractFormatEngine.cs (2)
178AddOperations(nodeOperations.SuppressOperation, suppressOperationScratch, node, addSuppressOperation); 489context.AddSuppressOperations(nodeOperations.SuppressOperation, cancellationToken);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\NodeOperations.cs (2)
38SuppressOperation.Clear(); 39s_suppressOperationPool.Free(SuppressOperation);