Example #1
0
        private void EnableComposer([_0008._0012(1)] TagTestItem _0002, out CultureInfo selection, out PsMaxLengths?serv, out StubListAnnotation?visitor2, out SudsUse?ident3, out int?pred4, out string attr5)
        {
            //Discarded unreachable code: IL_0002
            //IL_0003: Incompatible stack heights: 0 vs 1
            if (m_ItemError != null && !m_ItemError.Equals(_0002._0001()))
            {
                selection = _0002._0001();
                _0002._0001(m_ItemError);
            }
            else
            {
                selection = null;
            }
            if (importerError.HasValue && _0002._0001() != importerError)
            {
                serv = _0002._0001();
                _0002._0001(importerError.GetValueOrDefault());
            }
            else
            {
                serv = null;
            }
            if (_ReponseError.HasValue && _0002._0001() != _ReponseError)
            {
                visitor2 = _0002._0001();
                _0002._0001(_ReponseError.GetValueOrDefault());
            }
            else
            {
                visitor2 = null;
            }
            if (_DecoratorError.HasValue && _0002._0001() != _DecoratorError)
            {
                ident3 = _0002._0001();
                _0002._0001(_DecoratorError.GetValueOrDefault());
            }
            else
            {
                ident3 = null;
            }
            if (processError && _0002._0002() != _RegError)
            {
                pred4 = _0002._0002();
                _0002._0001(_RegError);
            }
            else
            {
                pred4 = null;
            }
            if (proccesorError && _0002._0003() != containerError)
            {
                attr5 = _0002._0003();
                _0002._0001(containerError);
            }
            else
            {
                attr5 = null;
            }
            RequestComposerPool requestComposerPool = _0002 as RequestComposerPool;

            if (requestComposerPool != null && requestComposerPool._0001() == null)
            {
                PublisherRequestStrategy publisherRequestStrategy = listenerError as PublisherRequestStrategy;
                if (publisherRequestStrategy != null)
                {
                    requestComposerPool._0001(publisherRequestStrategy._0001());
                }
            }
        }
 public override string _0002()
 {
     //Discarded unreachable code: IL_0002
     //IL_0003: Incompatible stack heights: 0 vs 1
     return(_EventIssuer._0002());
 }
Example #3
0
 internal static StrategyError FindComposer(TagTestItem first, string result, Exception field)
 {
     //Discarded unreachable code: IL_0002
     //IL_0003: Incompatible stack heights: 0 vs 1
     return(ValidateComposer(first as IdentifierClientBridge, first._0002(), result, field));
 }