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