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)
133if (genericType == _fsharpSetType) return FSharpKind.Set; 194Debug.Assert(typeof(TFSharpSet).GetGenericTypeDefinition() == _fsharpSetType);