13 references to local_constant
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (5)
QuickInfo\SemanticQuickInfoSourceTests.cs (5)
4557
MainDescription($"({FeaturesResources.
local_constant
}) int x = (int)Days.Sun"));
4582
MainDescription($"({FeaturesResources.
local_constant
}) Days x = default(Days)"));
4606
MainDescription($"({FeaturesResources.
local_constant
}) int loc = 1"));
4749
MainDescription($@"({FeaturesResources.
local_constant
}) int MEGABYTE = 1024 * 1024 + true"));
7170
MainDescription($"({FeaturesResources.
local_constant
}) string? s = null"),
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (2)
Workspaces\SymbolDescriptionServiceTests.vb (2)
98
Await TestCSharpAsync(workspace, $"({FeaturesResources.
local_constant
}) int x = 2")
970
Await TestBasicAsync(workspace, $"({FeaturesResources.
local_constant
}) b As Integer = 2")
Microsoft.CodeAnalysis.Features (1)
LanguageServices\SymbolDisplayService\AbstractSymbolDisplayService.AbstractSymbolDescriptionBuilder.cs (1)
623
? Description(FeaturesResources.
local_constant
)
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (5)
QuickInfo\SemanticQuickInfoSourceTests.vb (5)
1304
MainDescription($"({FeaturesResources.
local_constant
}) x As Integer = CInt(Days.Sun)"))
1325
MainDescription($"({FeaturesResources.
local_constant
}) x As Days = Days.Sun"))
1337
MainDescription($"({FeaturesResources.
local_constant
}) loc As Integer = 1"))
1343
MainDescription($"({FeaturesResources.
local_constant
}) sunday As DayOfWeek = DayOfWeek.Sunday"))
1349
MainDescription($"({FeaturesResources.
local_constant
}) v As AttributeTargets = AttributeTargets.Constructor or AttributeTargets.Class"))