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)
131if (genericType == _fsharpValueOptionType) return FSharpKind.ValueOption; 168Debug.Assert(typeof(TFSharpValueOption).GetGenericTypeDefinition() == _fsharpValueOptionType); 177Debug.Assert(typeof(TFSharpOption).GetGenericTypeDefinition() == _fsharpValueOptionType);