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)
173return _fields; 246_fields[index++] = new NativeStructField(nativeType, this, field); 315return _fields;