5 references to PossiblyUnresolvedTargetMethod
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\ReadyToRunGenericHelperNode.cs (2)
231
MethodDesc targetMethod = delegateCreationInfo.
PossiblyUnresolvedTargetMethod
.GetCanonMethodTarget(CanonicalFormKind.Specific);
276
MethodDesc targetMethod = delegateCreationInfo.
PossiblyUnresolvedTargetMethod
.GetCanonMethodTarget(CanonicalFormKind.Specific);
Compiler\DependencyAnalysis\ReadyToRunHelperNode.cs (2)
163
info.
PossiblyUnresolvedTargetMethod
.GetCanonMethodTarget(CanonicalFormKind.Specific));
177
factory.MetadataManager.GetDependenciesDueToDelegateCreation(ref dependencyList, factory, info.DelegateType, info.
PossiblyUnresolvedTargetMethod
);
Compiler\TypePreinit.cs (1)
3256
MethodDesc targetMethod = creationInfo.
PossiblyUnresolvedTargetMethod
.GetCanonMethodTarget(CanonicalFormKind.Specific);