7 references to HasCustomDebugInformation
Mono.Cecil (7)
Mono.Cecil.Metadata\Utilities.cs (3)
234 case CodedIndex.HasCustomDebugInformation: 497 case CodedIndex.HasCustomDebugInformation: 627 case CodedIndex.HasCustomDebugInformation:
Mono.Cecil.PE\ImageReader.cs (1)
727 size = GetCodedIndexSize (CodedIndex.HasCustomDebugInformation) // Parent
Mono.Cecil\AssemblyReader.cs (1)
3162 var token = ReadMetadataToken (CodedIndex.HasCustomDebugInformation);
Mono.Cecil\AssemblyWriter.cs (2)
814 buffer.WriteCodedRID (rows [i].Col1, CodedIndex.HasCustomDebugInformation); // Parent 2529 MakeCodedRID (provider.MetadataToken, CodedIndex.HasCustomDebugInformation),