2 types derived from Whitespace
Microsoft.CodeAnalysis.CodeStyle (1)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
6 instantiations of Whitespace
Microsoft.CodeAnalysis.CodeStyle (5)
AbstractTriviaDataFactory.cs (5)
33_spaces[i] = new Whitespace(Options, space: i, elastic: false, language: treeInfo.Root.Language);
44return new Whitespace(this.Options, space, elastic: true, language: this.TreeInfo.Root.Language);
53return new Whitespace(this.Options, space, elastic: false, language: this.TreeInfo.Root.Language);
85? new Whitespace(this.Options, lineBreaks, indentation, elastic, language: this.TreeInfo.Root.Language)
98var triviaInfo = new Whitespace(Options, lineBreaks: lineIndex + 1, indentation: indentation, elastic: false, language: this.TreeInfo.Root.Language);
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
7 references to Whitespace
Microsoft.CodeAnalysis.CodeStyle (7)