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