Created
February 7, 2012 10:01
-
-
Save mkrueger/1758885 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bei System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) | |
bei System.Environment.get_StackTrace() | |
bei ICSharpCode.NRefactory.CSharp.Resolver.ResolveVisitor.ICSharpCode.NRefactory.CSharp.IAstVisitor<System.Object,ICSharpCode.NRefactory.Semantics.ResolveResult>.VisitForeachStatement(ForeachStatement foreachStatement, Object data) in c:\work\monodevelop\main\contrib\ICSharpCode.NRefactory.CSharp\Resolver\ResolveVisitor.cs:Zeile 2531. | |
bei ICSharpCode.NRefactory.CSharp.ForeachStatement.AcceptVisitor[T,S](IAstVisitor`2 visitor, T data) in c:\work\monodevelop\main\contrib\ICSharpCode.NRefactory.CSharp\Ast\Statements\ForeachStatement.cs:Zeile 85. | |
bei ICSharpCode.NRefactory.CSharp.Resolver.ResolveVisitor.<>c__DisplayClass1.<GetResolveResult>b__0() in c:\work\monodevelop\main\contrib\ICSharpCode.NRefactory.CSharp\Resolver\ResolveVisitor.cs:Zeile 420. | |
bei ICSharpCode.NRefactory.CSharp.Resolver.ResolveVisitor.ResetContext(CSharpResolver storedContext, Action action) in c:\work\monodevelop\main\contrib\ICSharpCode.NRefactory.CSharp\Resolver\ResolveVisitor.cs:Zeile 135. | |
bei ICSharpCode.NRefactory.CSharp.Resolver.ResolveVisitor.GetResolveResult(AstNode node) in c:\work\monodevelop\main\contrib\ICSharpCode.NRefactory.CSharp\Resolver\ResolveVisitor.cs:Zeile 412. | |
bei ICSharpCode.NRefactory.CSharp.Resolver.CSharpAstResolver.Resolve(AstNode node, CancellationToken cancellationToken) in c:\work\monodevelop\main\contrib\ICSharpCode.NRefactory.CSharp\Resolver\CSharpAstResolver.cs:Zeile 111. | |
bei MonoDevelop.CSharp.Highlighting.CSharpSyntaxMode.CSharpChunkParser.GetSemanticStyle(ParsedDocument parsedDocument, Chunk chunk, Int32& endOffset) in c:\work\monodevelop\main\src\addins\CSharpBinding\MonoDevelop.CSharp.Highlighting\CSharpSyntaxMode.cs:Zeile 373. | |
bei MonoDevelop.CSharp.Highlighting.CSharpSyntaxMode.CSharpChunkParser.AddRealChunk(Chunk chunk) in c:\work\monodevelop\main\src\addins\CSharpBinding\MonoDevelop.CSharp.Highlighting\CSharpSyntaxMode.cs:Zeile 421. | |
bei Mono.TextEditor.Highlighting.SyntaxMode.ChunkParser.AddChunk(Chunk& curChunk, Int32 length, String style) in c:\work\monodevelop\main\src\core\Mono.Texteditor\Mono.TextEditor.Highlighting\SyntaxMode.cs:Zeile 520. | |
bei Mono.TextEditor.Highlighting.SyntaxMode.ChunkParser.ParseChar(Int32& i, Char ch) in c:\work\monodevelop\main\src\core\Mono.Texteditor\Mono.TextEditor.Highlighting\SyntaxMode.cs:Zeile 630. | |
bei Mono.TextEditor.Highlighting.SyntaxMode.SpanParser.CharParser.Invoke(Int32& i, Char ch) | |
bei Mono.TextEditor.Highlighting.SyntaxMode.SpanParser.ParseSpans(Int32 offset, Int32 length) in c:\work\monodevelop\main\src\core\Mono.Texteditor\Mono.TextEditor.Highlighting\SyntaxMode.cs:Zeile 443. | |
bei Mono.TextEditor.Highlighting.SyntaxMode.ChunkParser.GetChunks(Int32 offset, Int32 length) in c:\work\monodevelop\main\src\core\Mono.Texteditor\Mono.TextEditor.Highlighting\SyntaxMode.cs:Zeile 670. | |
bei Mono.TextEditor.Highlighting.SyntaxMode.GetChunks(Document doc, ColorSheme style, LineSegment line, Int32 offset, Int32 length) in c:\work\monodevelop\main\src\core\Mono.Texteditor\Mono.TextEditor.Highlighting\SyntaxMode.cs:Zeile 78. | |
bei Mono.TextEditor.TextViewMargin.GetCachedChunks(SyntaxMode mode, Document doc, ColorSheme style, LineSegment line, Int32 offset, Int32 length) in c:\work\monodevelop\main\src\core\Mono.Texteditor\Mono.TextEditor\TextViewMargin.cs:Zeile 863. | |
bei Mono.TextEditor.TextViewMargin.<>c__DisplayClassd.<CreateLinePartLayout>b__a(LayoutWrapper wrapper) in c:\work\monodevelop\main\src\core\Mono.Texteditor\Mono.TextEditor\TextViewMargin.cs:Zeile 1052. | |
bei Mono.TextEditor.TextViewMargin.GetCachedLayout(LineSegment line, Int32 offset, Int32 length, Int32 selectionStart, Int32 selectionEnd, Action`1 createNew) in c:\work\monodevelop\main\src\core\Mono.Texteditor\Mono.TextEditor\TextViewMargin.cs:Zeile 801. | |
bei Mono.TextEditor.TextViewMargin.CreateLinePartLayout(SyntaxMode mode, LineSegment line, Int32 logicalRulerColumn, Int32 offset, Int32 length, Int32 selectionStart, Int32 selectionEnd) in c:\work\monodevelop\main\src\core\Mono.Texteditor\Mono.TextEditor\TextViewMargin.cs:Zeile 1044. | |
bei Mono.TextEditor.TextViewMargin.DrawLinePart(Context cr, LineSegment line, Int32 lineNumber, Int32 logicalRulerColumn, Int32 offset, Int32 length, Double& pangoPosition, Boolean& isSelectionDrawn, Double y, Double maxX) in c:\work\monodevelop\main\src\core\Mono.Texteditor\Mono.TextEditor\TextViewMargin.cs:Zeile 1292. | |
bei Mono.TextEditor.TextViewMargin.Draw(Context cr, Rectangle area, LineSegment line, Int32 lineNr, Double x, Double y, Double _lineHeight) in c:\work\monodevelop\main\src\core\Mono.Texteditor\Mono.TextEditor\TextViewMargin.cs:Zeile 2169. | |
bei Mono.TextEditor.TextEditor.RenderMargins(Context cr, Context textViewCr, Rectangle cairoRectangle) in c:\work\monodevelop\main\src\core\Mono.Texteditor\Mono.TextEditor\TextEditor.cs:Zeile 1563. | |
bei Mono.TextEditor.TextEditor.OnExposeEvent(EventExpose e) in c:\work\monodevelop\main\src\core\Mono.Texteditor\Mono.TextEditor\TextEditor.cs:Zeile 1641. | |
bei Gtk.Widget.exposeevent_cb(IntPtr widget, IntPtr evnt) | |
bei Gtk.Application.gtk_main() | |
bei Gtk.Application.Run() | |
bei MonoDevelop.Ide.IdeApp.Run() in c:\work\monodevelop\main\src\core\MonoDevelop.Ide\MonoDevelop.Ide\Ide.cs:Zeile 385. | |
bei MonoDevelop.Ide.IdeStartup.Run(MonoDevelopOptions options) in c:\work\monodevelop\main\src\core\MonoDevelop.Ide\MonoDevelop.Ide\IdeStartup.cs:Zeile 272. | |
bei MonoDevelop.Ide.IdeStartup.Main(String[] args) in c:\work\monodevelop\main\src\core\MonoDevelop.Ide\MonoDevelop.Ide\IdeStartup.cs:Zeile 503. | |
bei MonoDevelop.Startup.MonoDevelopMain.Main(String[] args) in c:\work\monodevelop\main\src\core\MonoDevelop.Startup\MonoDevelop.Startup\MonoDevelopMain.cs:Zeile 16. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment