2 overrides of InitializeConstructorArgumentCaches
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.Large.cs (1)
55protected sealed override void InitializeConstructorArgumentCaches(ref ReadStack state, JsonSerializerOptions options)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.Small.cs (1)
91protected override void InitializeConstructorArgumentCaches(ref ReadStack state, JsonSerializerOptions options)
1 reference to InitializeConstructorArgumentCaches
System.Text.Json (1)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.cs (1)
585InitializeConstructorArgumentCaches(ref state, options);