4 references to TypeDefOrRef
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\MetadataEmitter\TypeSystemMetadataEmitter.cs (1)
476int codedIndex = CodedIndex.TypeDefOrRef(GetTypeRef(metadataType));
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\MetadataEmitter\TypeSystemMetadataEmitter.cs (1)
476int codedIndex = CodedIndex.TypeDefOrRef(GetTypeRef(metadataType));
System.Reflection.Metadata (2)
System\Reflection\Metadata\Ecma335\Encoding\BlobEncoders.cs (2)
1073int codedIndex = CodedIndex.TypeDefOrRef(type); 1136int codedIndex = CodedIndex.TypeDefOrRef(genericType);