From cabc95bf6a3fadef95debf321ad124732d97482d Mon Sep 17 00:00:00 2001 From: kudzu_cp <6d05c8c8ef5431987001abfdb2eadc9593ac9498> Date: Wed, 8 Aug 2012 01:26:59 +0000 Subject: [PATCH] --- source2/Debug/Cosmos.Debug.Common/DebugInfo.cs | 2 +- source2/Debug/Cosmos.Debug.Common/DebugModel.edmx.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- --------------------------------------------------