Mike Krüger
|
90bf204c7f
|
Moved the roles class out of AstNode.
|
14 years ago |
Daniel Grunwald
|
9859dce24f
|
Improve ResolveAtLocation.
|
14 years ago |
Mike Krüger
|
006d18a067
|
Resolve at location can now give back the AstNode.
|
14 years ago |
Daniel Grunwald
|
3d21a80e7d
|
Fixed the ResolveVisitor scanning logic and several related issues.
|
14 years ago |
Mike Krüger
|
e7ee62fc40
|
Fixed resolve at location for object create expressions.
|
14 years ago |
Mike Krüger
|
fa5ec27072
|
Resolve object create expression, if the parent is one.
That causes a jump/tooltip for the constructor rather than the class
on a object create expression.
|
14 years ago |
Daniel Grunwald
|
9d7c018fb2
|
Adjusted C# resolver to refactored type system.
|
14 years ago |
Daniel Grunwald
|
f631199013
|
Type system refactoring: split unresolved/resolved type systems.
|
14 years ago |
Mike Krüger
|
af5ae57e89
|
Added type case for resolvenode at location.
|
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
|
683d3535b1
|
Implemented "Find references"
|
14 years ago |
Daniel Grunwald
|
a06110c255
|
Rename ParsedFile to CSharpParsedFile.
|
14 years ago |
Daniel Grunwald
|
33abc64eec
|
Replace AstNode.GetResolvableNodeAt() with the ResolveAtLocation helper class.
|
14 years ago |