1 write to _fsharpSetType
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\FSharpCoreReflectionProxy.cs (1)
108
_fsharpSetType
= fsharpCoreAssembly.GetType("Microsoft.FSharp.Collections.FSharpSet`1");
2 references to _fsharpSetType
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\FSharpCoreReflectionProxy.cs (2)
133
if (genericType ==
_fsharpSetType
) return FSharpKind.Set;
194
Debug.Assert(typeof(TFSharpSet).GetGenericTypeDefinition() ==
_fsharpSetType
);