1 write to DeclSecurityCodedIndexIsSmall
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\MetadataSizes.cs (1)
158DeclSecurityCodedIndexIsSmall = IsReferenceSmall(2, TableIndex.MethodDef, TableIndex.TypeDef);
2 references to DeclSecurityCodedIndexIsSmall
System.Reflection.Metadata (2)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
2088writer.WriteReference(declSecurity.Parent, metadataSizes.DeclSecurityCodedIndexIsSmall);
System\Reflection\Metadata\Ecma335\MetadataSizes.cs (1)
246byte declSecurityCodedIndexSize = DeclSecurityCodedIndexIsSmall ? small : large;