3 overrides of Dump
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\ControlFlowPass.cs (1)
97protected override string Dump(LocalState state)
FlowAnalysis\DefiniteAssignment.cs (1)
2784protected override string Dump(LocalState state)
FlowAnalysis\NullableWalker.cs (1)
11935protected 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);