9 references to Instance
System.Text.Json (9)
System\Text\Json\Serialization\Converters\FSharp\FSharpListConverter.cs (1)
20_listConstructor = FSharpCoreReflectionProxy.Instance.CreateFSharpListConstructor<TList, TElement>();
System\Text\Json\Serialization\Converters\FSharp\FSharpMapConverter.cs (1)
21_mapConstructor = FSharpCoreReflectionProxy.Instance.CreateFSharpMapConstructor<TMap, TKey, TValue>();
System\Text\Json\Serialization\Converters\FSharp\FSharpOptionConverter.cs (2)
28_optionValueGetter = FSharpCoreReflectionProxy.Instance.CreateFSharpOptionValueGetter<TOption, TElement>(); 29_optionConstructor = FSharpCoreReflectionProxy.Instance.CreateFSharpOptionSomeConstructor<TOption, TElement>();
System\Text\Json\Serialization\Converters\FSharp\FSharpSetConverter.cs (1)
20_setConstructor = FSharpCoreReflectionProxy.Instance.CreateFSharpSetConstructor<TSet, TElement>();
System\Text\Json\Serialization\Converters\FSharp\FSharpTypeConverterFactory.cs (2)
23FSharpCoreReflectionProxy.Instance.DetectFSharpKind(typeToConvert) is not FSharpKind.Unrecognized; 37switch (FSharpCoreReflectionProxy.Instance.DetectFSharpKind(typeToConvert))
System\Text\Json\Serialization\Converters\FSharp\FSharpValueOptionConverter.cs (2)
28_optionValueGetter = FSharpCoreReflectionProxy.Instance.CreateFSharpValueOptionValueGetter<TValueOption, TElement>(); 29_optionConstructor = FSharpCoreReflectionProxy.Instance.CreateFSharpValueOptionSomeConstructor<TValueOption, TElement>();