Ejemplo n.º 1
0
        // Token: 0x0600204D RID: 8269 RVA: 0x00096000 File Offset: 0x00094200
        internal override void Copy(BamlRecord record)
        {
            base.Copy(record);
            BamlDocumentStartRecord bamlDocumentStartRecord = (BamlDocumentStartRecord)record;

            bamlDocumentStartRecord._maxAsyncRecords = this._maxAsyncRecords;
            bamlDocumentStartRecord._loadAsync       = this._loadAsync;
            bamlDocumentStartRecord._filePos         = this._filePos;
            bamlDocumentStartRecord._debugBaml       = this._debugBaml;
        }
Ejemplo n.º 2
0
 void ReadDocumentStartRecord(BamlDocumentStartRecord documentStartRecord) 
 {
     IsDebugBamlStream = documentStartRecord.DebugBaml; 
 }