3 overrides of GetValueToDisplay
Microsoft.CodeAnalysis (3)
ConstantValueSpecialized.cs (3)
58internal override string GetValueToDisplay() 123internal override string GetValueToDisplay() 210internal override string GetValueToDisplay()
4 references to GetValueToDisplay
Microsoft.CodeAnalysis (1)
ConstantValue.cs (1)
811string? valueToDisplay = this.GetValueToDisplay();
Microsoft.CodeAnalysis.CSharp (3)
Binder\SwitchBinder_Patterns.cs (1)
112diagnostics.Add(ErrorCode.ERR_DuplicateCaseLabel, syntax.Location, cp.ConstantValue.GetValueToDisplay());
BoundTree\BoundDagTest.cs (2)
86return $"{v.Input.GetDebuggerDisplay()} == {v.Value.GetValueToDisplay()}"; 100return $"{r.Input.GetDebuggerDisplay()} {operatorName} {r.Value.GetValueToDisplay()}";