5 references to GetDebuggerDisplay
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Deconstruct.cs (1)
459
return Single.
GetDebuggerDisplay
();
BoundTree\BoundDecisionDagNode.cs (1)
116
builder.Append(base.
GetDebuggerDisplay
());
BoundTree\BoundPatternBinding.cs (1)
27
return $"({VariableAccess.
GetDebuggerDisplay
()} = {TempContainingValue.GetDebuggerDisplay()})";
FlowAnalysis\NullableWalker.DebugVerifier.cs (2)
50
RoslynDebug.Assert(false, $"Analyzed {verifier._analyzedNullabilityMap.Count} nodes in NullableWalker, but DebugVerifier expects {verifier._visitedExpressions.Count}. Example of unverified node: {analyzedNode.
GetDebuggerDisplay
()}");
60
RoslynDebug.Assert(false, $"Analyzed {verifier._analyzedNullabilityMap.Count} nodes in NullableWalker, but DebugVerifier expects {verifier._visitedExpressions.Count}. Example of unanalyzed node: {verifiedNode.
GetDebuggerDisplay
()}");