1 reference to GetDebuggerDisplay
Microsoft.CodeAnalysis (1)
CodeGen\LocalOrParameter.cs (1)
33
return (Local != null) ? Local.
GetDebuggerDisplay
() : ParameterIndex.ToString();