Example #1
0
        public void MethodDefToDebugInfo()
        {
            Assert.Equal(
                MethodDefinitionHandle.FromRowId(123).ToDebugInformationHandle(),
                MethodDebugInformationHandle.FromRowId(123));

            Assert.Equal(
                MethodDebugInformationHandle.FromRowId(123).ToDefinitionHandle(),
                MethodDefinitionHandle.FromRowId(123));
        }