4 references to Language
Microsoft.CodeAnalysis.Workspaces (4)
AbstractTriviaDataFactory.ModifiedWhitespace.cs (1)
86formattingResultApplier(tokenPairIndex, context.TokenStream, new FormattedWhitespace(this.Options, this.LineBreaks, this.Spaces, this.Language));
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);