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