This commit is contained in:
kudzu_cp 2012-08-08 01:26:59 +00:00
parent 51d78c10ec
commit cabc95bf6a
2 changed files with 2 additions and 2 deletions

View file

@ -381,7 +381,7 @@ namespace Cosmos.Debug.Common {
// Now get all MLSymbols for the method. // Now get all MLSymbols for the method.
var xSymbols = from x in xDB.MethodIlOps var xSymbols = from x in xDB.MethodIlOps
where where
x.METHODTOKEN == xSymbol.METHODTOKEN x.Method.MethodToken == xSymbol.METHODTOKEN
&& x.ILASMFILE == xSymbol.ILASMFILE && x.ILASMFILE == xSymbol.ILASMFILE
orderby x.IlOffset orderby x.IlOffset
select x; select x;

View file

@ -2,7 +2,7 @@
-- -------------------------------------------------- -- --------------------------------------------------
-- Entity Designer DDL Script for SQL Server 2005, 2008, and Azure -- 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 -- Generated from EDMX file: D:\source\Cosmos\source2\Debug\Cosmos.Debug.Common\DebugModel.edmx
-- -------------------------------------------------- -- --------------------------------------------------