|
|
|
@ -567,7 +567,8 @@ namespace ICSharpCode.ILSpy.TextView
@@ -567,7 +567,8 @@ namespace ICSharpCode.ILSpy.TextView
|
|
|
|
|
this.nextDecompilationRun.TaskCompletionSource.TrySetCanceled(); |
|
|
|
|
this.nextDecompilationRun = null; |
|
|
|
|
} |
|
|
|
|
textOutput.Title = string.Join(", ", nodes.Select(n => n.ToString())); |
|
|
|
|
if (nodes != null && string.IsNullOrEmpty(textOutput.Title)) |
|
|
|
|
textOutput.Title = string.Join(", ", nodes.Select(n => n.ToString())); |
|
|
|
|
ShowOutput(textOutput, highlighting); |
|
|
|
|
decompiledNodes = nodes; |
|
|
|
|
} |
|
|
|
|