24 Commits (650d2fe6444c3b5389ffffad7b44ca99fda50e66)

Author SHA1 Message Date
Daniel Grunwald ee5d87a0f8 Add year to license headers. 13 years ago
Daniel Grunwald b3c2b0ce9d ResolveAtLocation: when resolving a method name within a delegate creation, produce MemberResolveResult instead of MethodGroupResolveResult. 13 years ago
Mike Krüger 989a895856 Improved last fix - gixe back the alias node & resolve result for the 13 years ago
Mike Krüger f813ebec61 Resolve at location now works on using aliases. 13 years ago
Mike Krüger 12f2f2793e Removed debug messages. 13 years ago
Daniel Grunwald 16aa0c6c28 Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system. 13 years ago
Daniel Grunwald eaba9798d3 Rename 'cu' to 'syntaxTree'. 13 years ago
Daniel Grunwald 979fa91a2e Fix icsharpcode/NRefactory#88: implicit conversion between type parameters. 13 years ago
Daniel Grunwald 273178a141 Rename CompilationUnit to SyntaxTree. 13 years ago
Mike Krüger fbc1cfd0c9 Fixed some failing unit tests. 13 years ago
Daniel Grunwald 180ed85c85 Implemented IUnresolvedMember.Resolve(). 13 years ago
Mike Krüger a270f6a9d3 [Resolver] ResolveAtLocation can now postpone the creation of 13 years ago
Mike Krüger 293af2e2c9 [Resolver] Fixed resolve at location bug. 13 years ago
Mike Krüger 3ccf18d3bd ResolveAtLocation now uses resolve visitor navigator. 14 years ago
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. 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