1 override of Language
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Workspaces\TestHostProject`1.cs (1)
233public override string Language
5 references to Language
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Formatting\FormattingEngineTests.cs (1)
3141workspace.GlobalOptions.SetEditorOptions(textView.Options.GlobalOptions, subjectDocument.Project.Language);
SplitStringLiteral\SplitStringLiteralCommandHandlerTests.cs (1)
73workspace.GlobalOptions.SetGlobalOption(IndentationOptionsStorage.SmartIndent, document.Project.Language, indentStyle);
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (3)
AutomaticCompletion\AbstractAutomaticBraceCompletionTests.cs (1)
157workspace.GlobalOptions.SetEditorOptions(textView.Options.GlobalOptions, document.Project.Language);
Formatting\CoreFormatterTestsBase.cs (1)
86workspace.GlobalOptions.SetGlobalOption(IndentationOptionsStorage.SmartIndent, document.Project.Language, indentStyle);
Squiggles\TestDiagnosticTagProducer.cs (1)
44language: document.Project.Language);