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