2 writes to _switchCaseLabelConstant
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceLabelSymbol.cs (2)
34_switchCaseLabelConstant = switchCaseLabelConstant; 74_switchCaseLabelConstant = switchCaseLabelConstant;
2 references to _switchCaseLabelConstant
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceLabelSymbol.cs (2)
65return _switchCaseLabelConstant?.ToString() ?? ""; 142return _switchCaseLabelConstant;