mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 04:48:53 +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.
|
||||
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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
-- --------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue