mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-06 08:12:14 +00:00
This commit is contained in:
parent
51d78c10ec
commit
cabc95bf6a
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
-- --------------------------------------------------
|
-- --------------------------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue