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);
710
MethodDesc instantiatedMethod = _method.GetNonRuntimeDeterminedMethodFromRuntimeDeterminedMethodViaSubstitution(context.
TypeInstantiation
, context.MethodInstantiation);
788
var instantiatedType = (MetadataType)_type.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.
TypeInstantiation
, dictionary.MethodInstantiation);
845
var instantiatedType = (MetadataType)_type.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.
TypeInstantiation
, dictionary.MethodInstantiation);
901
var instantiatedType = (MetadataType)_type.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.
TypeInstantiation
, dictionary.MethodInstantiation);
957
TypeDesc instantiatedType = _type.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.
TypeInstantiation
, dictionary.MethodInstantiation);
1009
TypeDesc instantiatedType = _type.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.
TypeInstantiation
, dictionary.MethodInstantiation);
1084
MethodDesc instantiatedConstrainedMethod = _constrainedMethod.GetNonRuntimeDeterminedMethodFromRuntimeDeterminedMethodViaSubstitution(dictionary.
TypeInstantiation
, dictionary.MethodInstantiation);
1085
TypeDesc instantiatedConstraintType = _constraintType.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.
TypeInstantiation
, dictionary.MethodInstantiation);