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