1 write to _fsharpMapType
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\FSharpCoreReflectionProxy.cs (1)
109
_fsharpMapType
= fsharpCoreAssembly.GetType("Microsoft.FSharp.Collections.FSharpMap`2");
2 references to _fsharpMapType
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\FSharpCoreReflectionProxy.cs (2)
134
if (genericType ==
_fsharpMapType
) return FSharpKind.Map;
202
Debug.Assert(typeof(TFSharpMap).GetGenericTypeDefinition() ==
_fsharpMapType
);