Base:
property
Instantiation
Internal.TypeSystem.MethodDesc.Instantiation
15 references to Instantiation
ILCompiler.Compiler (7)
Compiler\Dataflow\FlowAnnotations.cs (2)
471
foreach (EcmaGenericParameter genericParameter in method.
Instantiation
)
478
genericParameterAnnotations ??= new DynamicallyAccessedMemberTypes[method.
Instantiation
.Length];
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (5)
276
RecordBinding(this, decl.
Instantiation
, method.
Instantiation
);
291
|| interfaceMethod.Instantiation.Length != method.
Instantiation
.Length
301
RecordBinding(this, interfaceMethod.Instantiation, method.
Instantiation
);
323
Instantiation methodContext = method.
Instantiation
;
ILCompiler.ReadyToRun (7)
Compiler\DependencyAnalysis\ReadyToRun\TypeValidationChecker.cs (2)
322
foreach (var genericParameterType in method.
Instantiation
)
334
if (!BoundedCheckForInstantiation(method.
Instantiation
))
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (5)
276
RecordBinding(this, decl.
Instantiation
, method.
Instantiation
);
291
|| interfaceMethod.Instantiation.Length != method.
Instantiation
.Length
301
RecordBinding(this, interfaceMethod.Instantiation, method.
Instantiation
);
323
Instantiation methodContext = method.
Instantiation
;
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\UnsafeAccessors.cs (1)
648
if (index >= method.
Instantiation
.Length)