4 references to CreateDelegate
System.Private.CoreLib (1)
src\System\Diagnostics\StackFrameHelper.cs (1)
127GetSourceLineInfoDelegate getSourceLineInfo = symbolsMethodInfo.CreateDelegate<GetSourceLineInfoDelegate>(target);
System.Private.Windows.Core (1)
System\Private\Windows\BinaryFormat\SerializationEvents.cs (1)
102method.CreateDelegate<Action<StreamingContext>>(obj);
System.Resources.Extensions (1)
System\Resources\Extensions\BinaryFormat\SerializationEvents.cs (1)
104method.CreateDelegate<Action<StreamingContext>>(obj);
System.Runtime.Serialization.Formatters (1)
System\Runtime\Serialization\SerializationEventsCache.cs (1)
88SerializationEventHandler onDeserialized = m.CreateDelegate<SerializationEventHandler>(obj);