4 references to Language
Microsoft.CodeAnalysis.Workspaces (4)
AbstractTriviaDataFactory.ModifiedWhitespace.cs (1)
86
formattingResultApplier(tokenPairIndex, context.TokenStream, new FormattedWhitespace(this.Options, this.LineBreaks, this.Spaces, this.
Language
));
AbstractTriviaDataFactory.Whitespace.cs (3)
54
return new ModifiedWhitespace(this.Options, this, /*lineBreak*/0, space, elastic: false, language: this.
Language
);
66
return new ModifiedWhitespace(this.Options, this, line, indentation, elastic: false, language: this.
Language
);
77
return new ModifiedWhitespace(this.Options, this, this.LineBreaks, indentation, elastic: false, language: this.
Language
);