mirror of
https://github.com/ZuneDev/Xune.git
synced 2026-07-27 13:13:10 -07:00
Switched everything to ManagedByteCodeReader
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user