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