3 overrides of Dump
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\ControlFlowPass.cs (1)
96
protected override string
Dump
(LocalState state)
FlowAnalysis\DefiniteAssignment.cs (1)
2778
protected override string
Dump
(LocalState state)
FlowAnalysis\NullableWalker.cs (1)
13728
protected override string
Dump
(LocalState state)
4 references to Dump
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\AbstractFlowPass.cs (4)
228
? $"true: {
Dump
(this.StateWhenTrue)} false: {
Dump
(this.StateWhenFalse)}"
229
:
Dump
(this.State);
251
result.Append(name).Append(": ").Append(this.
Dump
(_labels[key]));