1 write to Options
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractTriviaDataFactory.cs (1)
34
Options
= options;
6 references to Options
Microsoft.CodeAnalysis.Workspaces (6)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractTriviaDataFactory.cs (6)
97
return new Whitespace(this.
Options
, space, elastic: true);
106
return new Whitespace(this.
Options
, space, elastic: false);
123
indentation %
Options
.IndentationSize == 0;
127
var indentationLevel = indentation /
Options
.IndentationSize;
136
? new Whitespace(this.
Options
, lineBreaks, indentation, elastic)
137
: new ModifiedWhitespace(this.
Options
, lineBreaks, indentation, elastic);