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)
211foreach (FieldDesc field in _typeForFieldIteration.GetFields()) 224foreach (FieldDesc field in _typeForFieldIteration.GetFields())