2 overrides of Language
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpAddImportsService.cs (1)
33
protected override string
Language
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicAddImportsService.vb (1)
34
Protected Overrides ReadOnly Property
Language
As String
1 reference to Language
Microsoft.CodeAnalysis.Workspaces (1)
AbstractAddImportsService.cs (1)
42
PlaceSystemNamespaceFirst = configOptions.GetOption(GenerationOptions.PlaceSystemNamespaceFirst,
Language
, fallbackOptions.PlaceSystemNamespaceFirst),