diff --git a/source2/Debug/Cosmos.Debug.Common/DebugInfo.cs b/source2/Debug/Cosmos.Debug.Common/DebugInfo.cs index e556ebe61..38c604ce0 100644 --- a/source2/Debug/Cosmos.Debug.Common/DebugInfo.cs +++ b/source2/Debug/Cosmos.Debug.Common/DebugInfo.cs @@ -381,7 +381,7 @@ namespace Cosmos.Debug.Common { // Now get all MLSymbols for the method. var xSymbols = from x in xDB.MethodIlOps where - x.METHODTOKEN == xSymbol.METHODTOKEN + x.Method.MethodToken == xSymbol.METHODTOKEN && x.ILASMFILE == xSymbol.ILASMFILE orderby x.IlOffset select x; diff --git a/source2/Debug/Cosmos.Debug.Common/DebugModel.edmx.sql b/source2/Debug/Cosmos.Debug.Common/DebugModel.edmx.sql index 91c635d43..a6ca78c32 100644 --- a/source2/Debug/Cosmos.Debug.Common/DebugModel.edmx.sql +++ b/source2/Debug/Cosmos.Debug.Common/DebugModel.edmx.sql @@ -2,7 +2,7 @@ -- -------------------------------------------------- -- Entity Designer DDL Script for SQL Server 2005, 2008, and Azure -- -------------------------------------------------- --- Date Created: 08/07/2012 16:54:01 +-- Date Created: 08/07/2012 18:26:14 -- Generated from EDMX file: D:\source\Cosmos\source2\Debug\Cosmos.Debug.Common\DebugModel.edmx -- --------------------------------------------------