| .. |
|
AnonymousMethodExpressionTests.cs
|
Enabled async tests.
|
15 years ago |
|
AnonymousTypeCreateExpressionTests.cs
|
Used the namedexpression instead of assignment/namedargument
|
15 years ago |
|
ArrayCreateExpressionTests.cs
|
Fixed Issue #38: Parser Regression in ObjectCreate initialization
|
14 years ago |
|
AssignmentExpressionTests.cs
|
Adjust resolver to object initializer AST changes.
|
15 years ago |
|
BaseReferenceExpressionTests.cs
|
Apply license header to unit tests.
|
15 years ago |
|
BinaryOperatorExpressionTests.cs
|
Apply license header to unit tests.
|
15 years ago |
|
CastExpressionTests.cs
|
Fix CSharpOutputVisitorTests.AssignmentInCollectionInitializer.
|
14 years ago |
|
CheckedExpressionTests.cs
|
Apply license header to unit tests.
|
15 years ago |
|
ConditionalExpressionTests.cs
|
Apply license header to unit tests.
|
15 years ago |
|
DefaultValueExpressionTests.cs
|
Apply license header to unit tests.
|
15 years ago |
|
IdentifierExpressionTests.cs
|
Apply license header to unit tests.
|
15 years ago |
|
IndexerExpressionTests.cs
|
Apply license header to unit tests.
|
15 years ago |
|
InvocationExpressionTests.cs
|
[Ast] Renamed named argument expression identifier -> name.
|
14 years ago |
|
IsExpressionTests.cs
|
Apply license header to unit tests.
|
15 years ago |
|
LambdaExpressionTests.cs
|
Enabled async tests.
|
15 years ago |
|
MemberReferenceExpressionTests.cs
|
Moved the roles class out of AstNode.
|
14 years ago |
|
ObjectCreateExpressionTests.cs
|
Implemented better solution for the array initializer workaround hack.
|
14 years ago |
|
ParenthesizedExpressionTests.cs
|
Apply license header to unit tests.
|
15 years ago |
|
PointerReferenceExpressionTests.cs
|
Apply license header to unit tests.
|
15 years ago |
|
PrimitiveExpressionTests.cs
|
[Parser] Hacked work around for parser error.
|
14 years ago |
|
QueryExpressionTests.cs
|
Use explicit interface implementation in ResolveVisitor to make it clear what the public API is supposed to be.
|
15 years ago |
|
SizeOfExpressionTests.cs
|
Apply license header to unit tests.
|
15 years ago |
|
StackAllocExpressionTests.cs
|
Apply license header to unit tests.
|
15 years ago |
|
ThisReferenceExpressionTests.cs
|
Apply license header to unit tests.
|
15 years ago |
|
TypeOfExpressionTests.cs
|
Moved the roles class out of AstNode.
|
14 years ago |
|
TypeReferenceExpressionTests.cs
|
Fixed parsing "bool.TrueString".
|
14 years ago |
|
UnaryOperatorExpressionTests.cs
|
TypeSystemAstBuilder: do not specify accessibility on accessors unless necessary.
|
14 years ago |
|
UndocumentedExpressionTests.cs
|
Fixed parsing undocumented expressions.
|
14 years ago |