4 references to SwitchCaseLabelConstant
Microsoft.CodeAnalysis.CSharp (1)
Binder\SwitchBinder.cs (1)
107var constantValue = label.SwitchCaseLabelConstant;
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Compilation\SemanticModelAPITests.cs (1)
1929Assert.Equal(ConstantValue.Default(SpecialType.System_Int32), labelSymbol.SwitchCaseLabelConstant);
Compilation\SemanticModelGetDeclaredSymbolAPITests.cs (2)
724Assert.Equal(ConstantValue.Default(SpecialType.System_Int32), labelSymbol.SwitchCaseLabelConstant); 756Assert.Null(labelSymbol.SwitchCaseLabelConstant);