1 write to _unionCaseInfoTagGetter
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\FSharpCoreReflectionProxy.cs (1)
139
_unionCaseInfoTagGetter
= unionCaseInfoType.GetMethod("get_Tag", BindingFlags.Public | BindingFlags.Instance);
1 reference to _unionCaseInfoTagGetter
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\FSharpCoreReflectionProxy.cs (1)
187
MethodInfo tagGetter = EnsureMemberExists(
_unionCaseInfoTagGetter
, "Microsoft.FSharp.Reflection.UnionCaseInfo.get_Tag()");