#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Daniel Grunwald 2e40a3483b FindReferences: API idea for new options 14 years ago
..
AnonymousTypeTests.cs Fixed resolving NamedExpressions in anonymous type creation expressions. 14 years ago
ArrayCreateTests.cs Re-enable resolver unit tests that failed due to the parser returning incorrect positions. 14 years ago
AttributeTests.cs Fixed attribute empty arglist parens. 14 years ago
BinaryOperatorTests.cs Fix icsharpcode/NRefactory#19: OperatorResolveResult.IsLiftedOperator is false for lifted built-in operators. 14 years ago
CastTests.cs Move ConversionResoleResult to ICSharpCode.NRefactory.Semantics. 14 years ago
ComTests.cs Add support for calling constructors on COM interfaces. 14 years ago
ConditionalOperatorTests.cs Add support for resolving "operator true". 14 years ago
ConversionsTest.cs Rename Conversions to CSharpConversions. 14 years ago
ExtensionMethodTests.cs Type system refactoring: split unresolved/resolved type systems. 14 years ago
FindReferencesTest.cs Make AstNode freezable. 14 years ago
InvocationTests.cs Do not try to infer a type from the null literal. 14 years ago
LambdaTests.cs Fix icsharpcode/NRefactory#28: Identity of lambda parameters 14 years ago
LinqTests.cs Enabled working unit test. 14 years ago
LocalTypeInferenceTests.cs Fixed type inference in foreach when the collection type does not implement IEnumerable. 14 years ago
MemberLookupTests.cs Fix icsharpcode/NRefactory#26: Static methods are reported as having "this" as the target 14 years ago
NameLookupTests.cs Allow using AstType.ToTypeReference().Resolve(compilation.TypeResolveContext) - this will now resolve in the global namespace. 14 years ago
ObjectCreationTests.cs Rewrite of the substitution logic in SpecializedMember. 14 years ago
OverloadResolutionTests.cs Rename Conversions to CSharpConversions. 14 years ago
ResolveAtLocationTests.cs Improve ResolveAtLocation. 14 years ago
ResolverTestBase.cs Fix icsharpcode/NRefactory#28: Identity of lambda parameters 14 years ago
TypeInferenceTests.cs FindReferences: API idea for new options 14 years ago
UnaryOperatorTests.cs Fix icsharpcode/NRefactory#25: OperatorResolveResult.IsLiftedOperator for unary operators 14 years ago
UnsafeCodeTests.cs Fixed incorrect parser positions in FixedStatement test. 14 years ago