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)
25
private LocalScopeHandle Handle => LocalScopeHandle.FromRowId(
_rowId
);
27
public MethodDefinitionHandle Method => _reader.LocalScopeTable.GetMethod(
_rowId
);
29
public int StartOffset => _reader.LocalScopeTable.GetStartOffset(
_rowId
);
30
public int Length => _reader.LocalScopeTable.GetLength(
_rowId
);
31
public int EndOffset => _reader.LocalScopeTable.GetEndOffset(
_rowId
);
45
return new LocalScopeHandleCollection.ChildrenEnumerator(_reader,
_rowId
);