Daniel Grunwald
|
79db6fe54c
|
Change ISupportsInterning so that objects are interned immediately after they are created.
This lets us get rid of the hidden mutation due to interning; ISupportsInterning objects can now be truly immutable.
|
13 years ago |
Daniel Grunwald
|
180ed85c85
|
Implemented IUnresolvedMember.Resolve().
|
13 years ago |
Daniel Grunwald
|
d4dd1648e8
|
Implemented the new options for overridden members in FindReferences.
|
14 years ago |
Daniel Grunwald
|
fe8e098a27
|
Fixed some FxCop warnings.
|
14 years ago |
Daniel Grunwald
|
d6f3c841ce
|
Replace ConversionFlags.UseFullyQualifiedMemberNames with ConversionFlags.ShowDeclaringType.
|
14 years ago |
Daniel Grunwald
|
14bf452879
|
Rename InterfaceImplementations -> ImplementedInterfaceMembers.
|
14 years ago |
Mike Krüger
|
cb576fb78d
|
* ICSharpCode.NRefactory.csproj:
* IdStringProvider.cs:
* IDStringTests.cs:
* DocumentationComment.cs:
* IdStringMemberReference.cs:
* XmlDocumentationProvider.cs:
* IDStringConsistencyCheck.cs:
* CSharpCrefLookupTests.cs: Renamed IDString -> IdString to follow
.NET naming guidelines.
* IDStringProvider.cs:
* IDStringMemberReference.cs:
|
14 years ago |
Daniel Grunwald
|
ec225c160d
|
Fixed bugs related to ID strings.
|
14 years ago |
Daniel Grunwald
|
7a76a805a0
|
Add DocumentationComment class that allows looking up 'cref' attributes.
|
14 years ago |
Daniel Grunwald
|
f631199013
|
Type system refactoring: split unresolved/resolved type systems.
|
14 years ago |
Daniel Grunwald
|
a93fd14efb
|
Adjust unit tests and fix bugs introduced by caching.
|
14 years ago |
Daniel Grunwald
|
2b3d66998b
|
Add ITypeResolveContext.GetKnownTypeDefinition() for efficiently retrieving built-in types.
|
14 years ago |
Daniel Grunwald
|
f86a014b9c
|
Put MIT license into the file headers.
|
14 years ago |
Daniel Grunwald
|
a9a6e1680d
|
Add ID string provider + a few resolver bugfixes
|
14 years ago |