3 instantiations of FieldDefinitionHandle
System.Reflection.Metadata (3)
131 references to FieldDefinitionHandle
ILAssembler (4)
EntityRegistry.cs (4)
231builder.AddFieldLayout((FieldDefinitionHandle)fieldDef.Handle, fieldDef.Offset.Value);
236builder.AddFieldRelativeVirtualAddress((FieldDefinitionHandle)fieldDef.Handle, dataOffset);
460static FieldDefinitionHandle GetFieldHandleForList(IReadOnlyList<EntityBase> list, IReadOnlyList<EntityBase> listOwner, Func<EntityBase, IReadOnlyList<EntityBase>> getList, int ownerIndex)
461=> (FieldDefinitionHandle)GetHandleForList(list, listOwner, getList, ownerIndex, TableIndex.Field);
ILCompiler.Compiler (1)
ILCompiler.ReadyToRun (4)
ILCompiler.TypeSystem (10)
Microsoft.CodeAnalysis (19)
Microsoft.CodeAnalysis.CSharp (15)
Microsoft.CodeAnalysis.Features (2)
Microsoft.CodeAnalysis.VisualBasic (4)
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Microsoft.Diagnostics.DataContractReader.Legacy (8)
System.Reflection.Emit (4)
System.Reflection.Metadata (50)
System.Reflection.MetadataLoadContext (6)