1 instantiation of DeclSecurityRow
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
1178
_declSecurityTable.Add(new
DeclSecurityRow
3 references to DeclSecurityRow
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (3)
77
private readonly List<
DeclSecurityRow
> _declSecurityTable = new List<
DeclSecurityRow
>();
2085
foreach (
DeclSecurityRow
declSecurity in ordered)