3 references to GetMethod
System.Reflection.Metadata (3)
System\Reflection\Metadata\PortablePdb\HandleCollections.Debug.cs (2)
332
_parentMethodRowId = reader.LocalScopeTable.
GetMethod
(parentRowId);
372
_parentMethodRowId != _reader.LocalScopeTable.
GetMethod
(nextRowId))
System\Reflection\Metadata\PortablePdb\LocalScope.cs (1)
32
public MethodDefinitionHandle Method => _reader.LocalScopeTable.
GetMethod
(_rowId);