1 instantiation of ConstantRow
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
673
_constantTable.Add(new
ConstantRow
3 references to ConstantRow
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (3)
69
private readonly List<
ConstantRow
> _constantTable = new List<
ConstantRow
>();
2042
foreach (
ConstantRow
constant in ordered)