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)
132
if (genericType ==
_fsharpListType
) return FSharpKind.List;
186
Debug.Assert(typeof(TFSharpList).GetGenericTypeDefinition() ==
_fsharpListType
);