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