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)
32public MethodDefinitionHandle Method => _reader.LocalScopeTable.GetMethod(_rowId);