1 write to _arrayOfTType
ILCompiler.Compiler (1)
Compiler\NoMetadataBlockingPolicy.cs (1)
33
_arrayOfTType
= contextEntity.Context.SystemModule.GetType("System"u8, "Array`1"u8);
3 references to _arrayOfTType
ILCompiler.Compiler (3)
Compiler\NoMetadataBlockingPolicy.cs (3)
34
return
_arrayOfTType
;
38
if (
_arrayOfTType
!= null)
40
return
_arrayOfTType
;