1 write to _unionCaseInfoNameGetter
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\FSharpCoreReflectionProxy.cs (1)
138
_unionCaseInfoNameGetter
= unionCaseInfoType.GetMethod("get_Name", BindingFlags.Public | BindingFlags.Instance);
1 reference to _unionCaseInfoNameGetter
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\FSharpCoreReflectionProxy.cs (1)
186
MethodInfo nameGetter = EnsureMemberExists(
_unionCaseInfoNameGetter
, "Microsoft.FSharp.Reflection.UnionCaseInfo.get_Name()");