1 write to _fsharpListType
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\FSharpCoreReflectionProxy.cs (1)
107_fsharpListType = fsharpCoreAssembly.GetType("Microsoft.FSharp.Collections.FSharpList`1");
2 references to _fsharpListType
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\FSharpCoreReflectionProxy.cs (2)
132if (genericType == _fsharpListType) return FSharpKind.List; 186Debug.Assert(typeof(TFSharpList).GetGenericTypeDefinition() == _fsharpListType);