private int InsertTest(DateTimeOffset reference)
        {
            //Discarded unreachable code: IL_0002
            //IL_0003: Incompatible stack heights: 0 vs 1
            FlushTest();
            int start_cust = 0;

            m_RegistryComposer[start_cust++] = _ServiceComposer;
            start_cust = DescriptorIteratorMapping.ConcatProperty(m_RegistryComposer, start_cust, (base._0001() == (FindDirection)0) ? reference.DateTime : reference.UtcDateTime, reference.Offset, DateTimeKind.Local, base._0001());
            m_RegistryComposer[start_cust++] = _ServiceComposer;
            return(start_cust);
        }
        private int MapTest(DateTime init)
        {
            //Discarded unreachable code: IL_0002
            //IL_0003: Incompatible stack heights: 0 vs 1
            FlushTest();
            int start_cust = 0;

            m_RegistryComposer[start_cust++] = _ServiceComposer;
            start_cust = DescriptorIteratorMapping.ConcatProperty(m_RegistryComposer, start_cust, init, null, init.Kind, base._0001());
            m_RegistryComposer[start_cust++] = _ServiceComposer;
            return(start_cust);
        }