2 writes to SuppressOperation
Microsoft.CodeAnalysis.Workspaces (2)
NodeOperations.cs (2)
25
this.
SuppressOperation
= suppressOperation;
33
this.
SuppressOperation
= new List<SuppressOperation>();
1 reference to SuppressOperation
Microsoft.CodeAnalysis.Workspaces (1)
AbstractFormatEngine.cs (1)
479
context.AddSuppressOperations(nodeOperations.
SuppressOperation
, cancellationToken);