5 references to HasCustomAttributeTag
System.Reflection.Metadata (5)
System\Reflection\Metadata\Internal\Tables.cs (3)
798return HasCustomAttributeTag.ConvertToHandle(this.Block.PeekTaggedReference(rowOffset + _ParentOffset, _IsHasCustomAttributeRefSizeSmall)); 823HasCustomAttributeTag.ConvertToTag(parentHandle), 835HasCustomAttributeTag.ConvertToTag(parentHandle),
System\Reflection\Metadata\MetadataReader.cs (2)
586int hasCustomAttributeRefSize = ComputeCodedTokenSize(HasCustomAttributeTag.LargeRowSize, rowCounts, HasCustomAttributeTag.TablesReferenced);