internal static void WriteTypeDefOrRef(IBinaryStreamWriter writer, ITypeCodedIndexProvider provider, ITypeDefOrRef type) { writer.WriteCompressedUInt32(provider.GetTypeDefOrRefIndex(type)); }
/// <inheritdoc /> protected override void WriteContents(IBinaryStreamWriter writer, ITypeCodedIndexProvider provider) { writer.WriteByte((byte)ElementType); writer.WriteCompressedUInt32(provider.GetTypeDefOrRefIndex(Type)); }