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)
581factory.ReflectedDelegate(canonDelegateType), 588factory.ReflectedDelegate(canonDelegateType.GetTypeDefinition()), 594factory.ReflectedDelegate(null), 603factory.ReflectedDelegate(canonDelegateType), 610factory.ReflectedDelegate(canonDelegateType.GetTypeDefinition()), 616factory.ReflectedDelegate(null),