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