1 instantiation of ParameterEntity
ILAssembler (1)
EntityRegistry.cs (1)
777return new ParameterEntity(attributes, name, marshallingDescriptor, sequence);
5 references to ParameterEntity
ILAssembler (5)
EntityRegistry.cs (4)
114foreach (var param in method.Parameters) 279foreach (ParameterEntity param in GetSeenEntities(TableIndex.Param)) 775public static ParameterEntity CreateParameter(ParameterAttributes attributes, string? name, BlobBuilder marshallingDescriptor, int sequence) 1289public List<ParameterEntity> Parameters { get; } = new();
GrammarVisitor.cs (1)
3839var param = currentMethod.Definition.Parameters[index];