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