9 references to ReflectedDelegate
ILCompiler.Compiler (9)
Compiler\Dataflow\HandleCallAction.cs (3)
374
_reflectionMarker.Dependencies.Add(_reflectionMarker.Factory.
ReflectedDelegate
(null), "Delegate.Method access on unknown delegate type");
379
_reflectionMarker.Dependencies.Add(_reflectionMarker.Factory.
ReflectedDelegate
(staticType.GetTypeDefinition()), "Delegate.Method access (on inexact type)");
381
_reflectionMarker.Dependencies.Add(_reflectionMarker.Factory.
ReflectedDelegate
(staticType.ConvertToCanonForm(CanonicalFormKind.Specific)), "Delegate.Method access");
Compiler\UsageBasedMetadataManager.cs (6)
581
factory.
ReflectedDelegate
(canonDelegateType),
588
factory.
ReflectedDelegate
(canonDelegateType.GetTypeDefinition()),
594
factory.
ReflectedDelegate
(null),
603
factory.
ReflectedDelegate
(canonDelegateType),
610
factory.
ReflectedDelegate
(canonDelegateType.GetTypeDefinition()),
616
factory.
ReflectedDelegate
(null),