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