|
|
@ -242,9 +242,9 @@ namespace ICSharpCode.SharpDevelop.Parser |
|
|
|
ITextSource fileContent = null, ICompilation compilation = null, |
|
|
|
ITextSource fileContent = null, ICompilation compilation = null, |
|
|
|
CancellationToken cancellationToken = default(CancellationToken)); |
|
|
|
CancellationToken cancellationToken = default(CancellationToken)); |
|
|
|
|
|
|
|
|
|
|
|
ResolveResult ResolveSnippet(FileName fileName, TextLocation fileLocation, |
|
|
|
ResolveResult ResolveSnippet(FileName fileName, TextLocation fileLocation, string codeSnippet, |
|
|
|
ITextSource fileContent, string codeSnippet, ICompilation compilation, |
|
|
|
ITextSource fileContent = null, ICompilation compilation = null, |
|
|
|
CancellationToken cancellationToken); |
|
|
|
CancellationToken cancellationToken = default(CancellationToken)); |
|
|
|
|
|
|
|
|
|
|
|
Task<ResolveResult> ResolveAsync(FileName fileName, TextLocation location, |
|
|
|
Task<ResolveResult> ResolveAsync(FileName fileName, TextLocation location, |
|
|
|
ITextSource fileContent = null, ICompilation compilation = null, |
|
|
|
ITextSource fileContent = null, ICompilation compilation = null, |
|
|
|