3 references to Whitespace
Microsoft.CodeAnalysis.Workspaces (3)
AbstractTriviaDataFactory.cs (3)
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);