2 writes to AnchorIndentationOperations
Microsoft.CodeAnalysis.CodeStyle (2)
NodeOperations.cs (2)
27this.AnchorIndentationOperations = anchorIndentationOperations; 35this.AnchorIndentationOperations = new List<AnchorIndentationOperation>();
1 reference to AnchorIndentationOperations
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractFormatEngine.cs (1)
98var anchorContext = nodeOperations.AnchorIndentationOperations.Do(context.AddAnchorIndentationOperation);