6 references to TypeOrMethodDef
Microsoft.CodeAnalysis (2)
PEWriter\MetadataWriter.cs (2)
1900int result = CodedIndex.TypeOrMethodDef(GetDeclaringTypeOrMethodHandle(x)) - CodedIndex.TypeOrMethodDef(GetDeclaringTypeOrMethodHandle(y));
System.Reflection.Emit (2)
System\Reflection\Emit\ModuleBuilderImpl.cs (2)
188int primary = CodedIndex.TypeOrMethodDef(x._parentHandle).CompareTo(CodedIndex.TypeOrMethodDef(y._parentHandle));
System.Reflection.Metadata (2)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (2)
824/// Generic parameters must be added in an order determined by the coded index of their parent entity (<see cref="CodedIndex.TypeOrMethodDef"/>). 845Owner = CodedIndex.TypeOrMethodDef(parent)