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