7 references to ComputeTemplate
System.Private.TypeLoader (7)
Internal\Runtime\TypeLoader\TypeBuilder.cs (1)
583TypeDesc template = type.ComputeTemplate(false);
Internal\Runtime\TypeLoader\TypeBuilderState.cs (2)
272TypeDesc templateType = TypeBeingBuilt.ComputeTemplate(false); 446TypeDesc templateType = fieldType.ComputeTemplate();
Internal\TypeSystem\DefType.Runtime.cs (1)
23return ComputeTemplate(false) != null;
Internal\TypeSystem\RuntimeNoMetadataType.cs (2)
133ComputeTemplate(); 154SetBaseType(ComputeTemplate().BaseType);
Internal\TypeSystem\TypeDesc.Runtime.cs (1)
224TypeDesc templateType = ComputeTemplate(false);