12 references to Implementation
Mono.Cecil (12)
Mono.Cecil.Metadata\Utilities.cs (3)
189 case CodedIndex.Implementation: 451 case CodedIndex.Implementation: 611 case CodedIndex.Implementation:
Mono.Cecil.PE\ImageReader.cs (2)
668 + GetCodedIndexSize (CodedIndex.Implementation); // Implementation 673 + GetCodedIndexSize (CodedIndex.Implementation); // Implementation
Mono.Cecil\AssemblyReader.cs (2)
734 var implementation = ReadMetadataToken (CodedIndex.Implementation); 2738 var implementation = ReadMetadataToken (CodedIndex.Implementation);
Mono.Cecil\AssemblyWriter.cs (5)
656 buffer.WriteCodedRID (rows [i].Col5, CodedIndex.Implementation); 669 buffer.WriteCodedRID (rows [i].Col4, CodedIndex.Implementation); 1212 row.Col4 = CodedIndex.Implementation.CompressMetadataToken ( 1218 row.Col4 = CodedIndex.Implementation.CompressMetadataToken ( 1261 MakeCodedRID (GetExportedTypeScope (exported_type), CodedIndex.Implementation)));