5 overrides of GetCanonMethodTarget
ILCompiler.TypeSystem (5)
parent\parent\Common\TypeSystem\Canon\ArrayType.Canon.cs (1)
31
public override MethodDesc
GetCanonMethodTarget
(CanonicalFormKind kind)
parent\parent\Common\TypeSystem\Canon\InstantiatedMethod.Canon.cs (1)
21
public override MethodDesc
GetCanonMethodTarget
(CanonicalFormKind kind)
parent\parent\Common\TypeSystem\Canon\MethodDelegator.Canon.cs (1)
14
public abstract override MethodDesc
GetCanonMethodTarget
(CanonicalFormKind kind);
parent\parent\Common\TypeSystem\Canon\MethodForInstantiatedType.Canon.cs (1)
14
public override MethodDesc
GetCanonMethodTarget
(CanonicalFormKind kind)
parent\parent\Common\TypeSystem\RuntimeDetermined\MethodForRuntimeDeterminedType.cs (1)
58
public override MethodDesc
GetCanonMethodTarget
(CanonicalFormKind kind)
154 references to GetCanonMethodTarget
ILCompiler.Compiler (111)
Compiler\Compilation.cs (1)
488
MethodDesc targetMethod = calledMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
Compiler\Dataflow\HandleCallAction.cs (1)
314
_reflectionMarker.Dependencies.Add(_reflectionMarker.Factory.ReflectedMethod(ctorMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific)), "Marshal API");
Compiler\DelegateCreationInfo.cs (3)
244
MethodDesc targetCanonMethod = targetMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
279
targetMethod = targetMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
285
targetMethod = targetMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
Compiler\DependencyAnalysis\CustomAttributeBasedDependencyAlgorithm.cs (2)
125
caDependencies.Add(factory.ReflectedMethod(constructor.
GetCanonMethodTarget
(CanonicalFormKind.Specific)), "Attribute constructor");
242
dependencies.Add(factory.ReflectedMethod(setterMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific)), "Custom attribute blob");
Compiler\DependencyAnalysis\DelegateTargetVirtualMethodNode.cs (3)
23
Debug.Assert(method.
GetCanonMethodTarget
(CanonicalFormKind.Specific) == method);
49
Debug.Assert(declaration.
GetCanonMethodTarget
(CanonicalFormKind.Specific) == declaration);
50
Debug.Assert(implementation.
GetCanonMethodTarget
(CanonicalFormKind.Specific) == implementation);
Compiler\DependencyAnalysis\EETypeNode.cs (12)
392
MethodDesc canonImpl = impl.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
410
factory.DelegateTargetVirtualMethod(decl.
GetCanonMethodTarget
(CanonicalFormKind.Specific)), "Slot is a delegate target"));
480
MethodDesc defaultIntfMethod = implMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
488
factory.DelegateTargetVirtualMethod(interfaceMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific)), "Interface slot is delegate target"));
497
factory.DelegateTargetVirtualMethod(implMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific)),
498
factory.DelegateTargetVirtualMethod(interfaceMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific)),
532
MethodDesc defaultIntfMethod = implMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
550
factory.DelegateTargetVirtualMethod(interfaceMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific)),
655
dependencies.Add(factory.MethodEntrypoint(method.
GetCanonMethodTarget
(CanonicalFormKind.Specific)),
1009
MethodDesc canonImplMethod = implMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
1023
else if (factory.DelegateTargetVirtualMethod(declMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific)).Marked)
1078
MethodDesc canonFinalizerMethod = finalizerMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
Compiler\DependencyAnalysis\ExactMethodInstantiationsEntryNode.cs (1)
22
Debug.Assert(!method.
GetCanonMethodTarget
(CanonicalFormKind.Specific).IsCanonicalMethod(CanonicalFormKind.Any));
Compiler\DependencyAnalysis\FatFunctionPointerNode.cs (2)
26
Debug.Assert(methodRepresented.
GetCanonMethodTarget
(CanonicalFormKind.Specific) != methodRepresented);
69
MethodDesc canonMethod = Method.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
Compiler\DependencyAnalysis\GenericDictionaryNode.cs (4)
161
factory.MethodEntrypoint(method.
GetCanonMethodTarget
(CanonicalFormKind.Specific)),
210
MethodDesc canonicalTarget = _owningMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
251
return factory.GenericDictionaryLayout(_owningMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific));
278
Debug.Assert(owningMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific) != owningMethod);
Compiler\DependencyAnalysis\GenericLookupResult.cs (3)
661
MethodDesc canonMethod = _method.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
1070
MethodDesc canonMethod = _constrainedMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
1139
if (implMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific).IsSharedByGenericInstantiations)
Compiler\DependencyAnalysis\GenericMethodsTemplateMap.cs (1)
96
Debug.Assert(method == method.
GetCanonMethodTarget
(CanonicalFormKind.Specific));
Compiler\DependencyAnalysis\GenericVirtualMethodImplNode.cs (1)
22
Debug.Assert(method.
GetCanonMethodTarget
(CanonicalFormKind.Specific) == method);
Compiler\DependencyAnalysis\GvmDispatchCellInfoSectionNode.cs (1)
103
MethodDesc canonMethod = targetMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
Compiler\DependencyAnalysis\InterfaceDispatchMapNode.cs (2)
210
int genericContext = targetMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific).RequiresInstArg()
260
implMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific).RequiresInstArg())
Compiler\DependencyAnalysis\MethodAssociatedDataNode.cs (1)
31
Debug.Assert(methodNode.Method.
GetCanonMethodTarget
(CanonicalFormKind.Specific) == methodNode.Method);
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (12)
812
Debug.Assert(method.
GetCanonMethodTarget
(CanonicalFormKind.Specific) == method, "Assert that the canonical method passed in is in standard canonical form");
953
yield return new DependencyListEntry(context.MethodEntrypoint(_type.GetStaticConstructor().
GetCanonMethodTarget
(CanonicalFormKind.Specific)), "cctor for template");
1045
MethodDesc canonCctorMethod = cctorMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
1257
method = method.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
1274
method = method.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
1311
MethodDesc canonMethod = _method.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
1352
GenericMethodsTemplateMap.GetTemplateMethodDependencies(ref dependencies, factory, _method.
GetCanonMethodTarget
(CanonicalFormKind.Specific));
1436
factory.MetadataManager.GetDependenciesDueToLdToken(ref result, factory, _method.
GetCanonMethodTarget
(CanonicalFormKind.Specific));
1440
result.Add(factory.GVMDependencies(_method.
GetCanonMethodTarget
(CanonicalFormKind.Specific)), "Potential dynamic GVM call");
1521
MethodDesc canonMethod = _constrainedMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
1539
var canonConstrainedMethod = _constrainedMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
1598
GenericMethodsTemplateMap.GetTemplateMethodDependencies(ref dependencies, factory, _method.
GetCanonMethodTarget
(CanonicalFormKind.Specific));
Compiler\DependencyAnalysis\NodeFactory.cs (5)
1168
MethodDesc canonMethod = method.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
1177
MethodDesc canonMethod = method.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
1186
MethodDesc canonMethod = method.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
1309
new ShadowConcreteMethodNode(key, _factory.MethodEntrypoint(key.
GetCanonMethodTarget
(CanonicalFormKind.Specific)));
1327
new ShadowNonConcreteMethodNode(key, _factory.MethodEntrypoint(key.
GetCanonMethodTarget
(CanonicalFormKind.Specific)));
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)
80
method.
GetCanonMethodTarget
(CanonicalFormKind.Specific) == method);
163
info.PossiblyUnresolvedTargetMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific));
Compiler\DependencyAnalysis\ReflectedMethodNode.cs (1)
27
Debug.Assert(method.
GetCanonMethodTarget
(CanonicalFormKind.Specific) == method);
Compiler\DependencyAnalysis\ReflectionInvokeMapNode.cs (2)
43
Debug.Assert(method.
GetCanonMethodTarget
(CanonicalFormKind.Specific) == method);
141
Debug.Assert(method == method.
GetCanonMethodTarget
(CanonicalFormKind.Specific));
Compiler\DependencyAnalysis\ReflectionVirtualInvokeMapNode.cs (1)
95
dependencies.Add(factory.GVMDependencies(slotDefiningMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific)), "GVM callable reflectable method");
Compiler\DependencyAnalysis\RuntimeMethodHandleNode.cs (1)
57
MethodDesc canonMethod = _targetMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
Compiler\DependencyAnalysis\ScannedMethodNode.cs (1)
34
Debug.Assert(method.
GetCanonMethodTarget
(CanonicalFormKind.Specific) == method);
Compiler\DependencyAnalysis\SealedVTableNode.cs (8)
138
if (factory.DelegateTargetVirtualMethod(virtualSlots[i].
GetCanonMethodTarget
(CanonicalFormKind.Specific)).Marked)
139
node = factory.AddressTakenMethodEntrypoint(implMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific), unboxingStub: !implMethod.Signature.IsStatic && declType.IsValueType);
141
node = factory.MethodEntrypoint(implMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific), unboxingStub: !implMethod.Signature.IsStatic && declType.IsValueType);
198
if (factory.DelegateTargetVirtualMethod(declMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific)).Marked)
199
node = factory.AddressTakenMethodEntrypoint(targetMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific), unboxingStub: !targetMethod.Signature.IsStatic && declType.IsValueType);
201
node = factory.MethodEntrypoint(targetMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific), unboxingStub: !targetMethod.Signature.IsStatic && declType.IsValueType);
217
MethodDesc canonImplMethod = implMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
233
if (factory.DelegateTargetVirtualMethod(declMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific)).Marked)
Compiler\DependencyAnalysis\UnboxingStubNode.cs (1)
33
Debug.Assert(target.
GetCanonMethodTarget
(CanonicalFormKind.Specific) == target);
Compiler\DependencyAnalysis\VTableSliceNode.cs (1)
241
factory.VirtualMethodUse(method.
GetCanonMethodTarget
(CanonicalFormKind.Specific)),
Compiler\ILScanner.cs (3)
391
MethodDesc targetMethod = methodDictLookup.Method.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
630
_overriddenMethods.Add(baseVtable[i].
GetCanonMethodTarget
(CanonicalFormKind.Specific));
729
MethodDesc canonMethod = method.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
Compiler\MetadataManager.cs (2)
485
factory.NativeLayout.TemplateMethodEntry(method.
GetCanonMethodTarget
(CanonicalFormKind.Specific)),
869
Debug.Assert(method.
GetCanonMethodTarget
(CanonicalFormKind.Specific) == method);
Compiler\MultiFileCompilationModuleGroup.cs (1)
55
Debug.Assert(method.
GetCanonMethodTarget
(CanonicalFormKind.Specific) != method);
Compiler\RootingHelpers.cs (1)
189
dependencies.Add(factory.ReflectedMethod(method.
GetCanonMethodTarget
(CanonicalFormKind.Specific)), reason);
Compiler\RootingServiceProvider.cs (2)
29
MethodDesc canonMethod = method.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
66
_rootAdder(_factory.ReflectedMethod(method.
GetCanonMethodTarget
(CanonicalFormKind.Specific)), reason);
Compiler\SingleFileCompilationModuleGroup.cs (1)
29
Debug.Assert(method.
GetCanonMethodTarget
(CanonicalFormKind.Specific) != method);
Compiler\SingleMethodCompilationModuleGroup.cs (2)
33
return method == _method || method == _method.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
38
Debug.Assert(method.
GetCanonMethodTarget
(CanonicalFormKind.Specific) != method);
Compiler\TypePreinit.cs (1)
3277
MethodDesc targetMethod = creationInfo.PossiblyUnresolvedTargetMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
Compiler\UsageBasedMetadataManager.cs (9)
311
dependencies.Add(factory.ReflectedMethod(invokeMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific)), "Delegate invoke method is always reflectable");
326
dependencies.Add(factory.ReflectedMethod(defaultConstructor.
GetCanonMethodTarget
(CanonicalFormKind.Specific)), "Array.Initialize needs default constructor");
535
factory.ReflectedMethod(reflectedMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific)),
557
MethodDesc canonicalMethod = method.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
576
ReflectedMethodNode reflectedMethod = factory.ReflectedMethod(target.
GetCanonMethodTarget
(CanonicalFormKind.Specific));
599
DelegateTargetVirtualMethodNode targetVirtualMethod = factory.ReflectedDelegateTargetVirtualMethod(target.
GetCanonMethodTarget
(CanonicalFormKind.Specific));
634
decl.
GetCanonMethodTarget
(CanonicalFormKind.Specific),
635
impl.
GetCanonMethodTarget
(CanonicalFormKind.Specific)),
716
dependencies.Add(factory.ReflectedMethod(method.
GetCanonMethodTarget
(CanonicalFormKind.Specific)), "Abstract reflectable method");
IL\ILImporter.Scanner.cs (8)
222
_compilation.TypeSystemContext.EnsureLoadableMethod(method.
GetCanonMethodTarget
(CanonicalFormKind.Specific));
866
Debug.Assert(targetOfLookup.
GetCanonMethodTarget
(CanonicalFormKind.Specific) == targetMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific));
872
else if (directCall && !allowInstParam && targetMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific).RequiresInstArg())
902
targetMethod = targetMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
1013
methodToLookup.
GetCanonMethodTarget
(CanonicalFormKind.Specific));
1134
MethodDesc targetMethod = runtimeDeterminedResult.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
2073
MethodDesc targetMethod = runtimeDeterminedResult.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
parent\parent\Common\Compiler\DependencyAnalysis\GVMDependenciesNode.cs (3)
32
Debug.Assert(method.
GetCanonMethodTarget
(CanonicalFormKind.Specific) == method);
163
MethodDesc canonImpl = implementingMethodInstantiation.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
243
.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
parent\parent\Common\Compiler\DependencyAnalysis\ShadowMethodNode.cs (1)
48
Debug.Assert(canonicalMethod.Method == method.
GetCanonMethodTarget
(CanonicalFormKind.Specific));
parent\parent\Common\Compiler\DependencyAnalysis\VirtualMethodUseNode.cs (1)
67
MethodDesc canonDecl = _decl.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
parent\parent\Common\Compiler\TypeExtensions.cs (1)
426
interfaceMethod = interfaceMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
ILCompiler.ReadyToRun (26)
Compiler\DependencyAnalysis\ArrayInterfaceMethodsNode.cs (1)
67
MethodDesc canonHelperMethod = helperMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
Compiler\DependencyAnalysis\InheritedVirtualMethodsNode.cs (2)
64
MethodDesc canonImpl = impl.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
122
implMethod = implMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
Compiler\DependencyAnalysis\ReadyToRun\DelayLoadHelperMethodImport.cs (1)
48
MethodDesc canonMethod = _method.Method.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
Compiler\DependencyAnalysis\ReadyToRun\MethodFixupSignature.cs (1)
57
MethodDesc canonMethod = Method.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
Compiler\DependencyAnalysis\ReadyToRun\ModuleTokenResolver.cs (1)
102
method = method.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (4)
136
Debug.Assert(method == method.
GetCanonMethodTarget
(CanonicalFormKind.Specific));
259
MethodDesc canonMethod = method.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
270
MethodDesc canonMethod = method.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
665
MethodDesc compilableMethod = method.Method.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (1)
407
bool useInstantiatingStub = method.Method.
GetCanonMethodTarget
(CanonicalFormKind.Specific) != method.Method;
Compiler\ReadyToRunCodegenCompilation.cs (1)
261
MethodDesc canonMethod = method.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
Compiler\SingleMethodCompilationModuleGroup.cs (1)
29
return (method == _method) || (method == _method.
GetCanonMethodTarget
(CanonicalFormKind.Specific));
JitInterface\CorInfoImpl.ReadyToRun.cs (4)
1950
useInstantiatingStub = originalMethod.OwningType.IsArray || originalMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific).RequiresInstMethodDescArg();
2204
MethodDesc canonMethod = (isArrayConstructor ? null : targetMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific));
2604
MethodDesc compilableTarget = nonUnboxingMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
2662
MethodDesc canonMethod = targetMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
parent\parent\Common\Compiler\DependencyAnalysis\GVMDependenciesNode.cs (3)
32
Debug.Assert(method.
GetCanonMethodTarget
(CanonicalFormKind.Specific) == method);
163
MethodDesc canonImpl = implementingMethodInstantiation.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
243
.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
parent\parent\Common\Compiler\DependencyAnalysis\ShadowMethodNode.cs (1)
48
Debug.Assert(canonicalMethod.Method == method.
GetCanonMethodTarget
(CanonicalFormKind.Specific));
parent\parent\Common\Compiler\TypeExtensions.cs (1)
426
interfaceMethod = interfaceMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
parent\parent\Common\JitInterface\CorInfoImpl.cs (3)
1502
MethodDesc impl = originalImpl.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
3736
MethodDesc targetMethod = runtimeDeterminedResult.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
3802
MethodDesc targetMethod = runtimeDeterminedResult.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
parent\parent\Common\JitInterface\UnboxingMethodDesc.cs (1)
33
MethodDesc realCanonTarget = _wrappedMethod.
GetCanonMethodTarget
(kind);
ILCompiler.RyuJit (16)
Compiler\DependencyAnalysis\MethodCodeNode.cs (1)
36
Debug.Assert(method.
GetCanonMethodTarget
(CanonicalFormKind.Specific) == method);
JitInterface\CorInfoImpl.RyuJit.cs (11)
454
Debug.Assert(expectedTargetMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific) == targetMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific));
1360
&& (!pResult->exactContextNeedsRuntimeLookup || !targetMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific).RequiresInstMethodDescArg()))
1419
Debug.Assert(lookupMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific) == targetMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific));
1434
else if (directCall && !allowInstParam && targetMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific).RequiresInstArg())
1519
targetMethod = targetMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
1529
targetMethod = targetMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
1601
targetOfLookup.
GetCanonMethodTarget
(CanonicalFormKind.Specific));
1686
targetMethod = targetMethod.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
1885
methodDesc = methodDesc.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
parent\parent\Common\JitInterface\CorInfoImpl.cs (3)
1502
MethodDesc impl = originalImpl.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
3736
MethodDesc targetMethod = runtimeDeterminedResult.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
3802
MethodDesc targetMethod = runtimeDeterminedResult.
GetCanonMethodTarget
(CanonicalFormKind.Specific);
parent\parent\Common\JitInterface\UnboxingMethodDesc.cs (1)
33
MethodDesc realCanonTarget = _wrappedMethod.
GetCanonMethodTarget
(kind);
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\Canon\InstantiatedMethod.Canon.cs (1)
28
MethodDesc openMethodOnCanonicalizedType = _methodDef.
GetCanonMethodTarget
(kind);