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)
159if (genericType == _fsharpOptionType) return FSharpKind.Option; 247Debug.Assert(typeof(TFSharpOption).GetGenericTypeDefinition() == _fsharpOptionType); 256Debug.Assert(typeof(TFSharpOption).GetGenericTypeDefinition() == _fsharpOptionType);