3 overrides of Language
Microsoft.CodeAnalysis (1)
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.CodeAnalysis.VisualBasic (1)
42 references to Language
Microsoft.CodeAnalysis (2)
Microsoft.CodeAnalysis.CodeStyle (8)
AbstractTriviaDataFactory.cs (6)
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)
86: new ModifiedWhitespace(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.EditorFeatures.Test.Utilities (2)
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Microsoft.CodeAnalysis.ExternalAccess.Razor (2)
Microsoft.CodeAnalysis.Features (3)
Microsoft.CodeAnalysis.Test.Utilities (5)
Microsoft.CodeAnalysis.Workspaces (18)
AbstractTriviaDataFactory.cs (6)
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)
86: new ModifiedWhitespace(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.Workspaces.UnitTests (1)