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