3 writes to _templateType
System.Private.TypeLoader (3)
Internal\Runtime\TypeLoader\TypeBuilderState.cs (3)
63
_templateType
= TypeBeingBuilt.Context.ResolveRuntimeTypeHandle(typeof(object[,]).TypeHandle);
75
_templateType
= TypeBeingBuilt.Context.ResolveRuntimeTypeHandle(typeof(char*[]).TypeHandle);
83
_templateType
= TemplateLocator.TryGetTypeTemplate(TypeBeingBuilt, ref _nativeLayoutInfo);
6 references to _templateType
System.Private.TypeLoader (6)
Internal\Runtime\TypeLoader\TypeBuilderState.cs (6)
67
return
_templateType
;
79
return
_templateType
;
84
Debug.Assert(
_templateType
== null || !
_templateType
.RuntimeTypeHandle.IsNull());
88
if (
_templateType
!= null)
92
return
_templateType
;