We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac5b9e commit be842c2Copy full SHA for be842c2
source/MetadataProcessor.Core/Mono.Cecil/CodeWriter.cs
@@ -473,6 +473,8 @@ private ushort GetTypeReferenceId(
473
if(typeReference is TypeSpecification)
474
{
475
referenceId = _context.TypeSpecificationsTable.GetOrCreateTypeSpecificationId(typeReference);
476
+
477
+ return (ushort)(0x8000 | referenceId);
478
}
479
else if (_context.TypeReferencesTable.TryGetTypeReferenceId(typeReference, out referenceId))
480
0 commit comments