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