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)
67return _templateType; 79return _templateType; 84Debug.Assert(_templateType == null || !_templateType.RuntimeTypeHandle.IsNull()); 88if (_templateType != null) 92return _templateType;