6 references to Methods
ILAssembler (6)
EntityRegistry.cs (6)
111
foreach (var method in type.
Methods
)
199
GetMethodHandleForList(type.
Methods
, GetSeenEntities(TableIndex.TypeDef), type => ((TypeDefinitionEntity)type).
Methods
, i));
736
foreach (var method in methodDef.ContainingType.
Methods
)
746
methodDef.ContainingType.
Methods
.Add(methodDef);
966
foreach (var method in typeDef.
Methods
)