1 instantiation of new
System.Text.Json (1)
System\Text\Json\Serialization\JsonSerializerOptions.cs (1)
254
public IList<IJsonTypeInfoResolver> TypeInfoResolverChain => _typeInfoResolverChain ??=
new
(this);
1 reference to new
System.Text.Json (1)
System\Text\Json\Serialization\JsonSerializerOptions.cs (1)
255
private
OptionsBoundJsonTypeInfoResolverChain
? _typeInfoResolverChain;