Example #1
0
 public WatcherIssuer(WatcherIssuer reference)
 {
     //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();
     collectionIssuer = new PublisherClientBridge();
     base._002Ector(reference);
     m_RepositoryIssuer = reference._0001();
 }
Example #2
0
 internal WatcherIssuer(string first)
 {
     //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();
     collectionIssuer = new PublisherClientBridge();
     base._002Ector();
     ContextClientBridge.RunClient(first, "name");
     m_RepositoryIssuer = first;
 }
Example #3
0
 public WatcherIssuer(string init, object ord)
 {
     //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();
     collectionIssuer = new PublisherClientBridge();
     base._002Ector();
     ContextClientBridge.RunClient(init, "name");
     m_RepositoryIssuer = init;
     _0003(QueryClass(ord) ? new InstanceClassDispatcher(ord) : ConfigurationIssuer.InitClass(ord));
 }