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