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)
591
factory.
ReflectedDelegate
(canonDelegateType),
598
factory.
ReflectedDelegate
(canonDelegateType.GetTypeDefinition()),
604
factory.
ReflectedDelegate
(null),
613
factory.
ReflectedDelegate
(canonDelegateType),
620
factory.
ReflectedDelegate
(canonDelegateType.GetTypeDefinition()),
626
factory.
ReflectedDelegate
(null),