16 references to TemplateType
System.Private.TypeLoader (16)
Internal\Runtime\TypeLoader\EETypeCreator.cs (3)
623
Debug.Assert(state.
TemplateType
!= null && !state.
TemplateType
.RuntimeTypeHandle.IsNull());
624
RuntimeTypeHandle templateTypeHandle = state.
TemplateType
.RuntimeTypeHandle;
Internal\Runtime\TypeLoader\NativeLayoutInterfacesAlgorithm.cs (1)
21
int totalInterfaces = RuntimeAugments.GetInterfaceCount(state.
TemplateType
.RuntimeTypeHandle);
Internal\Runtime\TypeLoader\TypeBuilder.cs (9)
184
Debug.Assert(state.
TemplateType
== null || (state.
TemplateType
is DefType && !state.
TemplateType
.RuntimeTypeHandle.IsNull()));
208
Debug.Assert(state.
TemplateType
!= null && state.
TemplateType
is ArrayType && !state.
TemplateType
.RuntimeTypeHandle.IsNull());
346
if (state.
TemplateType
== null)
409
if (!state.
TemplateType
.RetrieveRuntimeTypeHandleIfPossible())
411
TypeLoaderLogger.WriteLine("ERROR: failed to get type handle for template type " + state.
TemplateType
.ToString());
Internal\Runtime\TypeLoader\TypeBuilderState.cs (2)
110
object _ = this.
TemplateType
;
223
Debug.Assert(
TemplateType
!= null);
Internal\TypeSystem\TypeDesc.Runtime.cs (1)
212
TypeDesc templateType = state.
TemplateType
;