1 write to _preComputeUnionConstructor
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\FSharpCoreReflectionProxy.cs (1)
137
_preComputeUnionConstructor
= fsharpValue?.GetMethod("PreComputeUnionConstructor", BindingFlags.Public | BindingFlags.Static);
1 reference to _preComputeUnionConstructor
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\FSharpCoreReflectionProxy.cs (1)
185
MethodInfo preComputeUnionConstructor = EnsureMemberExists(
_preComputeUnionConstructor
, "Microsoft.FSharp.Reflection.FSharpValue.PreComputeUnionConstructor(UnionCaseInfo, BindingFlags?)");