1 write to _fsharpValueOptionType
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\FSharpCoreReflectionProxy.cs (1)
106
_fsharpValueOptionType
= fsharpCoreAssembly.GetType("Microsoft.FSharp.Core.FSharpValueOption`1");
3 references to _fsharpValueOptionType
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\FSharpCoreReflectionProxy.cs (3)
131
if (genericType ==
_fsharpValueOptionType
) return FSharpKind.ValueOption;
168
Debug.Assert(typeof(TFSharpValueOption).GetGenericTypeDefinition() ==
_fsharpValueOptionType
);
177
Debug.Assert(typeof(TFSharpOption).GetGenericTypeDefinition() ==
_fsharpValueOptionType
);