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