6 instantiations of ModifiedWhitespace
Microsoft.CodeAnalysis.CodeStyle (4)
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);
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)