|
|
@ -633,7 +633,7 @@ namespace ICSharpCode.SharpDevelop.Services |
|
|
|
return; |
|
|
|
return; |
|
|
|
if (CurrentStackFrame == null) |
|
|
|
if (CurrentStackFrame == null) |
|
|
|
return; |
|
|
|
return; |
|
|
|
if (e.InDocument) |
|
|
|
if (!e.InDocument) |
|
|
|
return; |
|
|
|
return; |
|
|
|
var resolveResult = SD.ParserService.Resolve(e.Editor, e.LogicalPosition, CurrentStackFrame.AppDomain.Compilation); |
|
|
|
var resolveResult = SD.ParserService.Resolve(e.Editor, e.LogicalPosition, CurrentStackFrame.AppDomain.Compilation); |
|
|
|
if (resolveResult == null) |
|
|
|
if (resolveResult == null) |
|
|
|