2 writes to WhitespaceOnly
Microsoft.CodeAnalysis.Workspaces (2)
LineColumnDelta.cs (2)
36
this.
WhitespaceOnly
= true;
43
this.
WhitespaceOnly
= whitespaceOnly;
7 references to WhitespaceOnly
Microsoft.CodeAnalysis.Workspaces (7)
AbstractTriviaFormatter.cs (2)
874
if (newLineFromPreviousOperation && whitespaceBetween.
WhitespaceOnly
)
901
return new LineColumn(line: 0, column: initialColumn + delta.Spaces, whitespaceOnly: delta.
WhitespaceOnly
);
LineColumn.cs (2)
40
WhitespaceOnly && delta.
WhitespaceOnly
);
46
delta.
WhitespaceOnly
);
LineColumnDelta.cs (3)
60
WhitespaceOnly
&& delta.
WhitespaceOnly
,
67
delta.
WhitespaceOnly
,