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