1 write to _fields
ILCompiler.Compiler (1)
parent\parent\Common\TypeSystem\Interop\IL\NativeStructType.cs (1)
221
_fields
= new NativeStructField[numFields];
3 references to _fields
ILCompiler.Compiler (3)
parent\parent\Common\TypeSystem\Interop\IL\NativeStructType.cs (3)
173
return
_fields
;
246
_fields
[index++] = new NativeStructField(nativeType, this, field);
315
return
_fields
;