1 write to _listConstructor
System.Text.Json (1)
System\Text\Json\Serialization\Converters\FSharp\FSharpListConverter.cs (1)
20
_listConstructor
= FSharpCoreReflectionProxy.Instance.CreateFSharpListConstructor<TList, TElement>();
1 reference to _listConstructor
System.Text.Json (1)
System\Text\Json\Serialization\Converters\FSharp\FSharpListConverter.cs (1)
37
state.Current.ReturnValue =
_listConstructor
((List<TElement>)state.Current.ReturnValue!);