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)
156private NativeStructField[] _fields; 221_fields = new NativeStructField[numFields];
parent\parent\Common\TypeSystem\Interop\IL\NativeStructType.Sorting.cs (1)
22return comparer.Compare(_managedField, ((NativeStructField)other)._managedField);