11 references to ReadStackFrame
System.Text.Json (11)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.cs (1)
277
protected abstract object CreateObject(ref
ReadStackFrame
frame);
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.Large.cs (1)
36
protected sealed override object CreateObject(ref
ReadStackFrame
frame)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.Small.cs (1)
17
protected override object CreateObject(ref
ReadStackFrame
frame)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.Cache.cs (2)
77
internal JsonPropertyInfo? GetProperty(ReadOnlySpan<byte> propertyName, ref
ReadStackFrame
frame, out byte[] utf8PropertyName)
174
internal void UpdateUtf8PropertyCache(ref
ReadStackFrame
frame)
System\Text\Json\Serialization\ReadStack.cs (6)
20
public
ReadStackFrame
Current;
25
public readonly ref
ReadStackFrame
Parent
41
private
ReadStackFrame
[] _stack;
88
_stack = new
ReadStackFrame
[4];
280
static void AppendStackFrame(StringBuilder sb, ref
ReadStackFrame
frame)
340
static string? GetPropertyName(ref
ReadStackFrame
frame)