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