1 write to _fsharpOptionType
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\FSharpCoreReflectionProxy.cs (1)
105
_fsharpOptionType
= fsharpCoreAssembly.GetType("Microsoft.FSharp.Core.FSharpOption`1");
3 references to _fsharpOptionType
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\FSharpCoreReflectionProxy.cs (3)
130
if (genericType ==
_fsharpOptionType
) return FSharpKind.Option;
149
Debug.Assert(typeof(TFSharpOption).GetGenericTypeDefinition() ==
_fsharpOptionType
);
158
Debug.Assert(typeof(TFSharpOption).GetGenericTypeDefinition() ==
_fsharpOptionType
);