2 overrides of InitializeConstructorArgumentCaches
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.Large.cs (1)
52protected sealed override void InitializeConstructorArgumentCaches(ref ReadStack state, JsonSerializerOptions options)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.Small.cs (1)
89protected 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)
591InitializeConstructorArgumentCaches(ref state, options);