Ejemplo n.º 1
0
 public CodeGenHelpersHelper(ModuleDefinition module, IMetadataScope messagePackScope, MessagePackReaderHelper readerHelper, Func <SystemReadOnlySpanHelper> readOnlySpanHelper)
 {
     this.module             = module;
     this.messagePackScope   = messagePackScope;
     this.readerHelper       = readerHelper;
     this.readOnlySpanHelper = readOnlySpanHelper;
 }
Ejemplo n.º 2
0
 public InterfaceMessagePackFormatterHelper(ModuleDefinition module, IMetadataScope messagePackScope, MessagePackWriterHelper writerHelper, MessagePackReaderHelper readerHelper, MessagePackSerializerOptionsHelper optionsHelper, ModuleImporter importer)
 {
     this.module           = module;
     this.messagePackScope = messagePackScope;
     this.writerHelper     = writerHelper;
     this.readerHelper     = readerHelper;
     this.optionsHelper    = optionsHelper;
     this.importer         = importer;
 }
Ejemplo n.º 3
0
 public MessagePackSecurityHelper(ModuleDefinition module, IMetadataScope messagePackScope, MessagePackReaderHelper readerHelper)
 {
     this.module           = module;
     this.messagePackScope = messagePackScope;
     this.readerHelper     = readerHelper;
 }