Ejemplo n.º 1
0
 internal Newtonsoft.Consumers.EventEventConsumer <string, object> _0001()
 {
     //Discarded unreachable code: IL_0002
     //IL_0003: Incompatible stack heights: 0 vs 1
     if (_ProcessProperty == null)
     {
         _ProcessProperty = new Newtonsoft.Consumers.EventEventConsumer <string, object>(EqualityComparer <string> .Default, new InterpreterListAnnotation(), "A different value already has the Id '{0}'.", "A different Id has already been assigned for value '{0}'. This error may be caused by an object being reused multiple times during deserialization and can be fixed with the setting ObjectCreationHandling.Replace.");
     }
     return(_ProcessProperty);
 }
Ejemplo n.º 2
0
 public string _0001(object res, object result)
 {
     //Discarded unreachable code: IL_0002
     //IL_0003: Incompatible stack heights: 0 vs 1
     Newtonsoft.Consumers.EventEventConsumer <string, object> eventEventConsumer = RateClient(res);
     if (!eventEventConsumer.QueryTest(result, out string pred))
     {
         _ReponseTest++;
         pred = _ReponseTest.ToString(CultureInfo.InvariantCulture);
         eventEventConsumer.AssetTest(pred, result);
     }
     return(pred);
 }