public void MethodDefToDebugInfo() { Assert.Equal( MethodDefinitionHandle.FromRowId(123).ToDebugInformationHandle(), MethodDebugInformationHandle.FromRowId(123)); Assert.Equal( MethodDebugInformationHandle.FromRowId(123).ToDefinitionHandle(), MethodDefinitionHandle.FromRowId(123)); }