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