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