1 write to _unionCaseInfoGetCustomAttributes
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\FSharpCoreReflectionProxy.cs (1)
141
_unionCaseInfoGetCustomAttributes
= unionCaseInfoType.GetMethod("GetCustomAttributes", BindingFlags.Public | BindingFlags.Instance, binder: null, Type.EmptyTypes, modifiers: null);
1 reference to _unionCaseInfoGetCustomAttributes
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\FSharpCoreReflectionProxy.cs (1)
189
MethodInfo getCustomAttributes = EnsureMemberExists(
_unionCaseInfoGetCustomAttributes
, "Microsoft.FSharp.Reflection.UnionCaseInfo.GetCustomAttributes()");