2 overrides of Language
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
AutomaticCompletion\AutomaticLineEnderTests.cs (1)
3240
protected override string
Language
=> LanguageNames.CSharp;
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
AutomaticCompletion\AutomaticLineEnderTests.vb (1)
293
Protected Overrides ReadOnly Property
Language
As String
1 reference to Language
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
AutomaticCompletion\AbstractAutomaticLineEnderTests.cs (1)
76
using var workspace = TestWorkspace.Create(
Language
, compilationOptions: null, parseOptions: null, new[] { markupCode }, composition: EditorTestCompositions.EditorFeaturesWpf);