3 overrides of Dump
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\ControlFlowPass.cs (1)
97
protected override string
Dump
(LocalState state)
FlowAnalysis\DefiniteAssignment.cs (1)
2829
protected override string
Dump
(LocalState state)
FlowAnalysis\NullableWalker.cs (1)
12557
protected override string
Dump
(LocalState state)
3 references to Dump
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\AbstractFlowPass.cs (3)
228
? $"true: {
Dump
(this.StateWhenTrue)} false: {
Dump
(this.StateWhenFalse)}"
229
:
Dump
(this.State);