5 references to WriteStackFrame
System.Text.Json (5)
System\Text\Json\Serialization\WriteStack.cs (5)
26
public
WriteStackFrame
Current;
31
public readonly ref
WriteStackFrame
Parent
44
private
WriteStackFrame
[] _stack;
136
_stack = new
WriteStackFrame
[4];
416
static void AppendStackFrame(StringBuilder sb, ref
WriteStackFrame
frame)