4 references to UsesParameterizedConstructor
System.Text.Json (4)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.cs (1)
28if (!jsonTypeInfo.UsesParameterizedConstructor || state.Current.IsPopulating)
System\Text\Json\Serialization\ReadStack.cs (3)
379if (_stack[i].JsonTypeInfo.UsesParameterizedConstructor) 385Debug.Assert(Current.JsonTypeInfo.UsesParameterizedConstructor); 392if (Current.JsonTypeInfo.UsesParameterizedConstructor)