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