11 references to TypeDefOrRefOrSpec
Microsoft.CodeAnalysis (5)
PEWriter\MetadataWriter.PortablePdb.cs (5)
189builder.WriteCompressedInteger(CodedIndex.TypeDefOrRefOrSpec(GetTypeHandle(type))); 196builder.WriteCompressedInteger(CodedIndex.TypeDefOrRefOrSpec(GetTypeHandle(type))); 223builder.WriteCompressedInteger(CodedIndex.TypeDefOrRefOrSpec(GetTypeHandle(type))); 233builder.WriteCompressedInteger(CodedIndex.TypeDefOrRefOrSpec(GetTypeHandle(type))); 362writer.WriteCompressedInteger(CodedIndex.TypeDefOrRefOrSpec(GetTypeHandle(import.TargetTypeOpt))); // TODO: index in release build
System.Reflection.Metadata (6)
System\Reflection\Metadata\Ecma335\Encoding\BlobEncoders.cs (1)
1241Builder.WriteCompressedInteger(CodedIndex.TypeDefOrRefOrSpec(type));
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (5)
473Extends = baseType.IsNil ? 0 : CodedIndex.TypeDefOrRefOrSpec(baseType), 521/// If a type implements multiple interfaces the corresponding entries must be added in the order determined by their coded indices (<see cref="CodedIndex.TypeDefOrRefOrSpec"/>). 531Interface = CodedIndex.TypeDefOrRefOrSpec(implementedInterface) 641EventType = CodedIndex.TypeDefOrRefOrSpec(type) 867Constraint = CodedIndex.TypeDefOrRefOrSpec(constraint),