4 references to Fields
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\StructMarshallingStubMapNode.cs (4)
87for (int i = 0; i < nativeType.Fields.Length; i++) 90writer.GetStringConstant(nativeType.Fields[i].GetName()), 91writer.GetUnsignedConstant((uint)nativeType.Fields[i].Offset.AsInt) 98(uint)(nativeType.Fields.Length << InteropDataConstants.FieldCountShift);