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