4 references to GetEndOffset
System.Reflection.Metadata (4)
System\Reflection\Metadata\PortablePdb\HandleCollections.Debug.cs (3)
331_parentEndOffset = reader.LocalScopeTable.GetEndOffset(parentRowId); 363currentEndOffset = _reader.LocalScopeTable.GetEndOffset(currentRowId); 378int nextEndOffset = _reader.LocalScopeTable.GetEndOffset(nextRowId);
System\Reflection\Metadata\PortablePdb\LocalScope.cs (1)
36public int EndOffset => _reader.LocalScopeTable.GetEndOffset(_rowId);