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