Ejemplo n.º 1
0
 internal CliMetadataMethodSpecificationLockedTableRow(byte state, ICliMetadataRoot metadataRoot, CliMetadataMethodDefOrRefTag methodBodySource, uint methodIndex, uint instantiationIndex)
 {
     this.metadataRoot       = metadataRoot;
     this.state              = state;
     this.methodBodySource   = methodBodySource;
     this.methodIndex        = methodIndex;
     this.instantiationIndex = instantiationIndex;
 }
Ejemplo n.º 2
0
 internal CliMetadataMethodImplLockedTableRow(uint index, byte state, ICliMetadataRoot metadataRoot, uint classIndex, CliMetadataMethodDefOrRefTag methodBodySource, uint methodBodyIndex, CliMetadataMethodDefOrRefTag methodDeclarationSource, uint methodDeclarationIndex)
 {
     this.index                   = index;
     this.metadataRoot            = metadataRoot;
     this.state                   = state;
     this.classIndex              = classIndex;
     this.methodBodySource        = methodBodySource;
     this.methodBodyIndex         = methodBodyIndex;
     this.methodDeclarationSource = methodDeclarationSource;
     this.methodDeclarationIndex  = methodDeclarationIndex;
 }