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