Daniel Grunwald
|
def9943063
|
Add AXmlObject.CreateReader() method.
|
14 years ago |
Daniel Grunwald
|
d2806842da
|
Put properly nested elements into AXmlElement.
|
14 years ago |
Daniel Grunwald
|
32626ace69
|
Implemented incremental tag soup parser.
|
14 years ago |
Daniel Grunwald
|
06bf2f4c2f
|
Add consistency check for incremental tag soup parser
|
14 years ago |
Daniel Grunwald
|
ec225c160d
|
Fixed bugs related to ID strings.
|
14 years ago |
Daniel Grunwald
|
cfe807ab73
|
Fix "find references" for method group conversions in delegate creation expressions "new Action(MyMethod)"
|
14 years ago |
Daniel Grunwald
|
194b33438b
|
Add FindReferencesConsistencyCheck.
|
14 years ago |
Daniel Grunwald
|
311df2bbb2
|
CSharpAstResolver: add cancellation support
|
14 years ago |
Daniel Grunwald
|
e5217c2c13
|
Fixed bug in 'BetterConversion' implementation - converting to Func<> delegates is better than converting to Action<> delegates.
|
14 years ago |
Daniel Grunwald
|
aa2e97f564
|
When copying type parameters into inner classes, re-use the same ITypeParameter instance.
|
14 years ago |
Daniel Grunwald
|
cdfa794e37
|
Add some ToString() overrides for easier debugging
|
14 years ago |
Daniel Grunwald
|
d44077aa59
|
Add CSharpAstResolver.GetResolverStateAfter() and fixed an issue with the scanning logic in ResolveVisitor.
|
14 years ago |
Daniel Grunwald
|
3d21a80e7d
|
Fixed the ResolveVisitor scanning logic and several related issues.
|
14 years ago |
Daniel Grunwald
|
90c0758bb0
|
Update roundtrip test.
|
14 years ago |
Daniel Grunwald
|
f1a1ab32ad
|
Added ResolverTest to consistency check and fixed some crashing bugs in the resolver.
|
14 years ago |
Daniel Grunwald
|
3e8eb1e55d
|
Add NRefactory.ConsistencyCheck with round-tripping test.
Added parser unit tests for bugs discovered by the round-tripping test.
|
14 years ago |