3 references to ModifiedWhitespace
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractTriviaDataFactory.Whitespace.cs (3)
52return new ModifiedWhitespace(this.Options, this, /*lineBreak*/0, space, elastic: false); 64return new ModifiedWhitespace(this.Options, this, line, indentation, elastic: false); 75return new ModifiedWhitespace(this.Options, this, this.LineBreaks, indentation, elastic: false);