5 references to TypeOrMethodDefTag
System.Reflection.Metadata (5)
System\Reflection\Metadata\Internal\Tables.cs (3)
2437return TypeOrMethodDefTag.ConvertToHandle(this.Block.PeekTaggedReference(rowOffset + _OwnerOffset, _IsTypeOrMethodDefRefSizeSmall)); 2443uint searchCodedTag = TypeOrMethodDefTag.ConvertTypeDefRowIdToTag(typeDef); 2452uint searchCodedTag = TypeOrMethodDefTag.ConvertMethodDefToTag(methodDef);
System\Reflection\Metadata\MetadataReader.cs (2)
596int typeOrMethodDefRefSize = ComputeCodedTokenSize(TypeOrMethodDefTag.LargeRowSize, rowCounts, TypeOrMethodDefTag.TablesReferenced);