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