7 references to GetMethod
System.Reflection.Metadata (7)
System\Reflection\Metadata\TypeSystem\EventDefinition.cs (4)
83
adder = _reader.MethodSemanticsTable.
GetMethod
(rowId).RowId;
87
remover = _reader.MethodSemanticsTable.
GetMethod
(rowId).RowId;
91
fire = _reader.MethodSemanticsTable.
GetMethod
(rowId).RowId;
97
other.Add(_reader.MethodSemanticsTable.
GetMethod
(rowId));
System\Reflection\Metadata\TypeSystem\PropertyDefinition.cs (3)
94
getter = _reader.MethodSemanticsTable.
GetMethod
(rowId).RowId;
98
setter = _reader.MethodSemanticsTable.
GetMethod
(rowId).RowId;
104
other.Add(_reader.MethodSemanticsTable.
GetMethod
(rowId));