public FindLocalReferences ( IVariable variable, CSharpUnresolvedFile unresolvedFile, SyntaxTree syntaxTree, ICompilation compilation, FoundReferenceCallback callback, |
||
variable | IVariable | The variable for which to look. |
unresolvedFile | CSharpUnresolvedFile | The type system representation of the file being searched. |
syntaxTree | SyntaxTree | The syntax tree of the file being searched. |
compilation | ICompilation | The compilation. |
callback | FoundReferenceCallback | Callback used to report the references that were found. |
cancellationToken | Cancellation token that may be used to cancel the operation. | |
리턴 | void |