1 write to _unionCaseInfoGetFields
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\FSharpCoreReflectionProxy.cs (1)
140
_unionCaseInfoGetFields
= unionCaseInfoType.GetMethod("GetFields", BindingFlags.Public | BindingFlags.Instance, binder: null, Type.EmptyTypes, modifiers: null);
1 reference to _unionCaseInfoGetFields
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\FSharpCoreReflectionProxy.cs (1)
188
MethodInfo getFields = EnsureMemberExists(
_unionCaseInfoGetFields
, "Microsoft.FSharp.Reflection.UnionCaseInfo.GetFields()");