1 write to _optionConstructor
System.Text.Json (1)
System\Text\Json\Serialization\Converters\FSharp\FSharpValueOptionConverter.cs (1)
29_optionConstructor = FSharpCoreReflectionProxy.Instance.CreateFSharpValueOptionSomeConstructor<TValueOption, TElement>();
2 references to _optionConstructor
System.Text.Json (2)
System\Text\Json\Serialization\Converters\FSharp\FSharpValueOptionConverter.cs (2)
45value = _optionConstructor(element); 93return _optionConstructor(element);