Base:
method
Dump
Microsoft.CodeAnalysis.CSharp.AbstractFlowPass<TLocalState, TLocalFunctionState>.Dump(TLocalState)
3 references to Dump
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
488
return $"{{{GetType().Name} WhenTrue:{
Dump
(StateWhenTrue)} WhenFalse:{
Dump
(StateWhenFalse)}{"}"}";
492
return $"{{{GetType().Name} {
Dump
(State)}{"}"}";