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