Example #1
0
 public virtual void _0001(UtilsRequestStrategy setup)
 {
     //Discarded unreachable code: IL_0002
     //IL_0003: Incompatible stack heights: 0 vs 1
     if (setup == null)
     {
         throw new ArgumentNullException("value", "Serialization binder cannot be null.");
     }
     writerError = setup;
 }
 private static string WriteIssuer(Type def, UtilsRequestStrategy caller)
 {
     //Discarded unreachable code: IL_0002
     //IL_0003: Incompatible stack heights: 0 vs 1
     if (caller != null)
     {
         caller.BindToName(def, out string cont, out string tag);
         return(tag + ((cont == null) ? "" : (", " + cont)));
     }
     return(def.AssemblyQualifiedName);
 }
        public static string PublishIssuer(Type info, RollbackTransactionGrbit cont, UtilsRequestStrategy consumer)
        {
            //Discarded unreachable code: IL_0002
            //IL_0003: Incompatible stack heights: 0 vs 1
            string text = WriteIssuer(info, consumer);

            switch (cont)
            {
            case (RollbackTransactionGrbit)0:
                return(RevertIssuer(text));

            case (RollbackTransactionGrbit)1:
                return(text);

            default:
                throw new ArgumentOutOfRangeException();
            }
        }
Example #4
0
 public PrototypeError()
 {
     //Discarded unreachable code: IL_0002, IL_0006
     //IL_0003: Incompatible stack heights: 0 vs 1
     //IL_0007: Incompatible stack heights: 0 vs 1
     SingletonReader.PushGlobal();
     base._002Ector();
     helperError      = (FacadeComposer)0;
     _ExceptionError  = (InternalArrayTypeE)0;
     m_DatabaseError  = (ApplicationState)0;
     _FactoryError    = (ConnectActionCursor)0;
     _AttributeError  = (PageDicCandidate)0;
     m_PageError      = (TaskListAnnotation)0;
     _SerializerError = (AttributeStyle)0;
     m_ParserError    = (SparklineAxisMinMaxValues)0;
     _CallbackError   = (CacheActions)0;
     roleError        = CodeListAnnotation.m_TokenError;
     writerError      = IndexerTest.m_DecoratorTest;
     m_ItemError      = CodeListAnnotation.m_DispatcherError;
     listenerError    = PublisherRequestStrategy._0001();
 }
Example #5
0
 public override void _0001(UtilsRequestStrategy res)
 {
     //Discarded unreachable code: IL_0002
     //IL_0003: Incompatible stack heights: 0 vs 1
     m_ExpressionProperty._0001(res);
 }