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