1 write to MethodDebugInformationTable
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
758
this.
MethodDebugInformationTable
= new MethodDebugInformationTableReader(rowCounts[(int)TableIndex.MethodDebugInformation], GetReferenceSize(rowCounts, TableIndex.Document), blobHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
6 references to MethodDebugInformationTable
System.Reflection.Metadata (6)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (2)
97
TableIndex.MethodDebugInformation => reader.
MethodDebugInformationTable
.RowSize,
178
TableIndex.MethodDebugInformation => reader.
MethodDebugInformationTable
.Block,
System\Reflection\Metadata\MetadataReader.cs (1)
759
totalRequiredSize += this.
MethodDebugInformationTable
.Block.Length;
System\Reflection\Metadata\PortablePdb\HandleCollections.Debug.cs (1)
123
_lastRowId = reader.
MethodDebugInformationTable
.NumberOfRows;
System\Reflection\Metadata\PortablePdb\MethodDebugInformation.cs (2)
35
public BlobHandle SequencePointsBlob => _reader.
MethodDebugInformationTable
.GetSequencePoints(Handle);
41
public DocumentHandle Document => _reader.
MethodDebugInformationTable
.GetDocument(Handle);