Switched everything to ManagedByteCodeReader

This commit is contained in:
Yoshi Askharoun
2021-10-04 14:16:29 -05:00
parent 66b38fb952
commit d0f576c266
37 changed files with 223 additions and 377 deletions
@@ -155,7 +155,7 @@ namespace Microsoft.Iris.Markup
MarkupConstantsTable constantsTable = _loadResultTarget.BinaryDataTable == null ? new MarkupConstantsTable() : _loadResultTarget.BinaryDataTable.ConstantsTable;
_loadResultTarget.SetDataMappingsTable(PrepareDataMappingTable());
_loadResultTarget.ValidationComplete();
ByteCodeReader reader = null;
ManagedByteCodeReader reader = null;
if (!HasErrors)
reader = new MarkupEncoder(importTables, constantsTable, lineNumberTable).EncodeOBJECTSection(_parseResult, _loadResultTarget.Uri, null);
if (!_usingSharedBinaryDataTable)