1 write to _rowId
System.Reflection.Metadata (1)
System\Reflection\Metadata\PortablePdb\LocalScope.cs (1)
22_rowId = handle.RowId;
6 references to _rowId
System.Reflection.Metadata (6)
System\Reflection\Metadata\PortablePdb\LocalScope.cs (6)
25private LocalScopeHandle Handle => LocalScopeHandle.FromRowId(_rowId); 27public MethodDefinitionHandle Method => _reader.LocalScopeTable.GetMethod(_rowId); 29public int StartOffset => _reader.LocalScopeTable.GetStartOffset(_rowId); 30public int Length => _reader.LocalScopeTable.GetLength(_rowId); 31public int EndOffset => _reader.LocalScopeTable.GetEndOffset(_rowId); 45return new LocalScopeHandleCollection.ChildrenEnumerator(_reader, _rowId);