2 writes to IndentBlockOperation
Microsoft.CodeAnalysis.Workspaces (2)
NodeOperations.cs (2)
24
this.
IndentBlockOperation
= indentBlockOperation;
32
this.
IndentBlockOperation
= new List<IndentBlockOperation>();
1 reference to IndentBlockOperation
Microsoft.CodeAnalysis.Workspaces (1)
AbstractFormatEngine.cs (1)
478
context.AddIndentBlockOperations(nodeOperations.
IndentBlockOperation
, cancellationToken);