4 references to CreateDelegate
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Delegate.cs (1)
58
public static Delegate CreateDelegate(Type type, MethodInfo method) =>
CreateDelegate
(type, method, throwOnBindFailure: true)!;
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\FSharpCoreReflectionProxy.cs (1)
329
=> (TDelegate)Delegate.
CreateDelegate
(typeof(TDelegate), methodInfo, throwOnBindFailure: true)!;
System\Text\Json\Serialization\Metadata\ReflectionMemberAccessor.cs (2)
254
(TypedStructTryGetValueDelegate<TUnion, TCase>)Delegate.
CreateDelegate
(
268
(TypedTryGetValueDelegate<TUnion, TCase>)Delegate.
CreateDelegate
(