1 write to _typeForFieldIteration
ILCompiler.Compiler (1)
parent\parent\Common\TypeSystem\Interop\IL\NativeStructType.cs (1)
188
_typeForFieldIteration
= managedStructType.IsInlineArray ? new TypeWithRepeatedFields(managedStructType) : managedStructType;
2 references to _typeForFieldIteration
ILCompiler.Compiler (2)
parent\parent\Common\TypeSystem\Interop\IL\NativeStructType.cs (2)
211
foreach (FieldDesc field in
_typeForFieldIteration
.GetFields())
224
foreach (FieldDesc field in
_typeForFieldIteration
.GetFields())