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