3 writes to ForceUpdate
Microsoft.CodeAnalysis.CodeStyle (3)
LineColumnDelta.cs (3)
37this.ForceUpdate = false; 44this.ForceUpdate = false; 50this.ForceUpdate = forceUpdate;
5 references to ForceUpdate
Microsoft.CodeAnalysis.CodeStyle (5)
AbstractTriviaFormatter.cs (1)
562forceUpdate: existingWhitespaceBetween.ForceUpdate);
LineColumnDelta.cs (4)
61ForceUpdate || delta.ForceUpdate); 68ForceUpdate || delta.ForceUpdate || Spaces > 0);