3 references to TypedStructTryGetValueDelegate
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\ReflectionMemberAccessor.cs (3)
279
TypedStructTryGetValueDelegate
<TUnion, TCase> typed =
280
(
TypedStructTryGetValueDelegate
<TUnion, TCase>)Delegate.CreateDelegate(
281
typeof(
TypedStructTryGetValueDelegate
<TUnion, TCase>), method, throwOnBindFailure: true)!;