3 references to ModifiedWhitespace
Microsoft.CodeAnalysis.Workspaces (3)
AbstractTriviaDataFactory.Whitespace.cs (3)
54return new ModifiedWhitespace(this.Options, this, /*lineBreak*/0, space, elastic: false, language: this.Language); 66return new ModifiedWhitespace(this.Options, this, line, indentation, elastic: false, language: this.Language); 77return new ModifiedWhitespace(this.Options, this, this.LineBreaks, indentation, elastic: false, language: this.Language);