5 references to HasSemanticsTag
System.Reflection.Metadata (5)
System\Reflection\Metadata\Internal\Tables.cs (3)
1476return HasSemanticsTag.ConvertToHandle(this.Block.PeekTaggedReference(rowOffset + _AssociationOffset, _IsHasSemanticRefSizeSmall)); 1483uint searchCodedTag = HasSemanticsTag.ConvertEventHandleToTag(eventDef); 1490uint searchCodedTag = HasSemanticsTag.ConvertPropertyHandleToTag(propertyDef);
System\Reflection\Metadata\MetadataReader.cs (2)
590int hasSemanticsRefSize = ComputeCodedTokenSize(HasSemanticsTag.LargeRowSize, rowCounts, HasSemanticsTag.TablesReferenced);