3 references to StructGetter
System.Text.Json (3)
System\Text\Json\Serialization\Converters\FSharp\FSharpValueOptionConverter.cs (1)
20private readonly FSharpCoreReflectionProxy.StructGetter<TValueOption, TElement> _optionValueGetter;
System\Text\Json\Serialization\Metadata\FSharpCoreReflectionProxy.cs (2)
165public StructGetter<TFSharpValueOption, TElement> CreateFSharpValueOptionValueGetter<[DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods)] TFSharpValueOption, TElement>() 170return CreateDelegate<StructGetter<TFSharpValueOption, TElement>>(valueGetter);