// 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; }
void ReadDocumentStartRecord(BamlDocumentStartRecord documentStartRecord) { IsDebugBamlStream = documentStartRecord.DebugBaml; }