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