Erik Källén
|
8d5536e2f6
|
Handle await expressions in find references.
|
13 years ago |
Daniel Grunwald
|
16aa0c6c28
|
Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system.
|
13 years ago |
Daniel Grunwald
|
273178a141
|
Rename CompilationUnit to SyntaxTree.
|
13 years ago |
Mike Krüger
|
063d0f569c
|
Renamed named expression identifier -> name.
|
13 years ago |
Mike Krüger
|
bcf36deae2
|
Fixed find type parameter references.
|
13 years ago |
Mike Krüger
|
99270db23e
|
Fixed type parameter naming.
|
13 years ago |
Daniel Grunwald
|
d4dd1648e8
|
Implemented the new options for overridden members in FindReferences.
|
14 years ago |
Daniel Grunwald
|
2e40a3483b
|
FindReferences: API idea for new options
|
14 years ago |
Mike Krüger
|
90bf204c7f
|
Moved the roles class out of AstNode.
|
14 years ago |
mike
|
61c44816e3
|
[FindReferences] Added destructor find support.
|
14 years ago |
Daniel Grunwald
|
eba021814c
|
FindReferences for IEnumerator.Current now finds foreach statements.
|
14 years ago |
Daniel Grunwald
|
3e7244197c
|
Fix icsharpcode/NRefactory#16: Resolve the GetEnumerator call inside a foreach
|
14 years ago |
Daniel Grunwald
|
a7245affe6
|
Fixed finding references to method group conversions.
|
14 years ago |
Daniel Grunwald
|
194b33438b
|
Add FindReferencesConsistencyCheck.
|
14 years ago |
Daniel Grunwald
|
0f2b0c380e
|
Fixed lambda type inference in delegate creation expressions. ("new Func<int, int>(a => a)")
|
14 years ago |
Daniel Grunwald
|
9286461537
|
Adjusting SharpDevelop to new type system (unresolved/resolved split).
|
14 years ago |
Daniel Grunwald
|
33e0c0e9a0
|
Fixed FindReferences on attributes.
|
14 years ago |
Mike Krüger
|
b09fd7ff58
|
Find references tries now to detect delegate usages of methods.
TODO: Overload resolution.
|
14 years ago |
Daniel Grunwald
|
54168d5c0f
|
Add nuspec.
Changed project settings to produce xml-doc and debug symbols in release configuration.
|
14 years ago |
Daniel Grunwald
|
93a5c13825
|
FindReferences: add support for searching in a different compilation than the entity is defined in.
|
14 years ago |
Daniel Grunwald
|
7e95cb7446
|
Add CSharpAstResolver.GetResolverStateBefore
|
14 years ago |
Daniel Grunwald
|
73438b7288
|
Make CSharpResolveVisitor internal and expose CSharpAstResolver instead.
|
14 years ago |
Daniel Grunwald
|
f631199013
|
Type system refactoring: split unresolved/resolved type systems.
|
14 years ago |
Daniel Grunwald
|
7063203972
|
FieldDeclaration/EventDeclaration/VariableDeclarationStatement now resolve to 'void'.
Only the individual VariableInitializers will resolve to the field/event/variable.
Fixed several bugs in 'Find References'.
|
14 years ago |
Siegfried Pammer
|
02f19291eb
|
implement find references on local variables
|
14 years ago |
Daniel Grunwald
|
b5b2408cbc
|
Move NRefactory.CSharp to separate assembly.
|
14 years ago |
Daniel Grunwald
|
e37dc4b6c7
|
Move ResolveResults to NR.Semantics
|
14 years ago |
Daniel Grunwald
|
e73c0785e3
|
Make Find References multi-threaded.
|
14 years ago |
Daniel Grunwald
|
683d3535b1
|
Implemented "Find references"
|
14 years ago |
Daniel Grunwald
|
a06110c255
|
Rename ParsedFile to CSharpParsedFile.
|
14 years ago |
Daniel Grunwald
|
46676a45fb
|
Add GetInterestingFileNames to FindReferences.
Fixed a few resolver issues related to find references.
|
14 years ago |
Daniel Grunwald
|
42bc87ba02
|
Change ResolveVisitor to report the location of conversions.
|
14 years ago |
Daniel Grunwald
|
a5865bdd8e
|
Implemented "Find References".
|
14 years ago |