Base:
method
GetLanguage
Microsoft.CodeAnalysis.Editor.UnitTests.CodeActions.AbstractCodeActionOrUserDiagnosticTest.GetLanguage()
33 references to GetLanguage
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (33)
Diagnostics\PreferFrameworkType\PreferFrameworkTypeTests.cs (4)
35
=> new OptionsCollection(
GetLanguage
())
42
=> new OptionsCollection(
GetLanguage
())
49
=> new OptionsCollection(
GetLanguage
())
56
=> new OptionsCollection(
GetLanguage
())
GenerateVariable\GenerateVariableTests.cs (1)
45
=> new(
GetLanguage
())
ImplementAbstractClass\ImplementAbstractClassTests.cs (8)
39
=> new OptionsCollection(
GetLanguage
())
56
options = options ?? new OptionsCollection(
GetLanguage
());
1372
""", options: new OptionsCollection(
GetLanguage
())
1414
""", options: new OptionsCollection(
GetLanguage
())
1478
""", options: new OptionsCollection(
GetLanguage
())
1520
""", options: new OptionsCollection(
GetLanguage
())
1551
""", options: new OptionsCollection(
GetLanguage
())
1805
var options = new OptionsCollection(
GetLanguage
())
ImplementAbstractClass\ImplementAbstractClassTests_ThroughMember.cs (2)
33
=> new OptionsCollection(
GetLanguage
())
49
options ??= new OptionsCollection(
GetLanguage
());
MisplacedUsingDirectivesTests.cs (2)
72
=> new(options: new OptionsCollection(
GetLanguage
()) { { CSharpCodeStyleOptions.PreferredUsingDirectivePlacement, preferredPlacementOption } });
82
var options = new OptionsCollection(
GetLanguage
())
SimplifyThisOrMe\SimplifyThisOrMeTests.cs (1)
444
new OptionsCollection(
GetLanguage
())
SimplifyTypeNames\SimplifyTypeNamesTests.cs (4)
7111
=> new OptionsCollection(
GetLanguage
())
7118
=> new OptionsCollection(
GetLanguage
())
7125
=> new OptionsCollection(
GetLanguage
())
7132
=> new OptionsCollection(
GetLanguage
())
UseExplicitTypeTests.cs (5)
39
=> new(
GetLanguage
())
47
=> new(
GetLanguage
())
55
=> new(
GetLanguage
())
63
=> new(
GetLanguage
())
71
=> new(
GetLanguage
())
UseImplicitTypeTests.cs (6)
40
=> new(
GetLanguage
())
48
=> new(
GetLanguage
())
56
=> new(
GetLanguage
())
64
=> new(
GetLanguage
())
72
=> new(
GetLanguage
())
80
=> new(
GetLanguage
())