1 write to _rowId
System.Reflection.Metadata (1)
System\Reflection\Metadata\PortablePdb\MethodDebugInformation.cs (1)
26
_rowId
= handle.RowId;
2 references to _rowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\PortablePdb\MethodDebugInformation.cs (2)
29
private MethodDebugInformationHandle Handle => MethodDebugInformationHandle.FromRowId(
_rowId
);
72
return _reader.StateMachineMethodTable.FindKickoffMethod(
_rowId
);