1 write to TypeInstantiation
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
60
TypeInstantiation
= typeInst;
23 references to TypeInstantiation
ILCompiler.Compiler (23)
Compiler\DependencyAnalysis\GenericLookupResult.cs (23)
30
Debug.Assert(owningTypeDefinition.Instantiation.Length ==
TypeInstantiation
.Length);
33
return owningTypeDefinition.MakeInstantiatedType(
TypeInstantiation
);
41
if (!
TypeInstantiation
.IsNull &&
TypeInstantiation
.Length > 0)
44
Debug.Assert(owningType.Instantiation.Length ==
TypeInstantiation
.Length);
45
concreteMethod = owningType.Context.GetMethodForInstantiatedType(owningMethodDefinition, ((MetadataType)owningType).MakeInstantiatedType(
TypeInstantiation
));
120
Debug.Assert(InstantiationIsConcrete(dictionary.
TypeInstantiation
));
203
TypeDesc instantiatedType = _type.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.
TypeInstantiation
, dictionary.MethodInstantiation);
261
TypeDesc instantiatedType = _type.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.
TypeInstantiation
, dictionary.MethodInstantiation);
319
TypeDesc instantiatedType = _type.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.
TypeInstantiation
, dictionary.MethodInstantiation);
377
TypeDesc instantiatedType = _type.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.
TypeInstantiation
, dictionary.MethodInstantiation);
440
MethodDesc instantiatedMethod = _method.GetNonRuntimeDeterminedMethodFromRuntimeDeterminedMethodViaSubstitution(dictionary.
TypeInstantiation
, dictionary.MethodInstantiation);
505
FieldDesc instantiatedField = _field.GetNonRuntimeDeterminedFieldFromRuntimeDeterminedFieldViaSubstitution(dictionary.
TypeInstantiation
, dictionary.MethodInstantiation);
561
MethodDesc instantiatedMethod = _method.GetNonRuntimeDeterminedMethodFromRuntimeDeterminedMethodViaSubstitution(dictionary.
TypeInstantiation
, dictionary.MethodInstantiation);
627
MethodDesc instantiatedMethod = _method.GetNonRuntimeDeterminedMethodFromRuntimeDeterminedMethodViaSubstitution(dictionary.
TypeInstantiation
, dictionary.MethodInstantiation);
712
MethodDesc instantiatedMethod = _method.GetNonRuntimeDeterminedMethodFromRuntimeDeterminedMethodViaSubstitution(context.
TypeInstantiation
, context.MethodInstantiation);
790
var instantiatedType = (MetadataType)_type.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.
TypeInstantiation
, dictionary.MethodInstantiation);
847
var instantiatedType = (MetadataType)_type.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.
TypeInstantiation
, dictionary.MethodInstantiation);
903
var instantiatedType = (MetadataType)_type.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.
TypeInstantiation
, dictionary.MethodInstantiation);
959
TypeDesc instantiatedType = _type.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.
TypeInstantiation
, dictionary.MethodInstantiation);
1011
TypeDesc instantiatedType = _type.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.
TypeInstantiation
, dictionary.MethodInstantiation);
1086
MethodDesc instantiatedConstrainedMethod = _constrainedMethod.GetNonRuntimeDeterminedMethodFromRuntimeDeterminedMethodViaSubstitution(dictionary.
TypeInstantiation
, dictionary.MethodInstantiation);
1087
TypeDesc instantiatedConstraintType = _constraintType.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.
TypeInstantiation
, dictionary.MethodInstantiation);