1 instantiation of NativeStructField
ILCompiler.Compiler (1)
parent\parent\Common\TypeSystem\Interop\IL\NativeStructType.cs (1)
246
_fields[index++] = new
NativeStructField
(nativeType, this, field);
3 references to NativeStructField
ILCompiler.Compiler (3)
parent\parent\Common\TypeSystem\Interop\IL\NativeStructType.cs (2)
156
private
NativeStructField
[] _fields;
221
_fields = new
NativeStructField
[numFields];
parent\parent\Common\TypeSystem\Interop\IL\NativeStructType.Sorting.cs (1)
22
return comparer.Compare(_managedField, ((
NativeStructField
)other)._managedField);