.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
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.
Siegfried Pammer
4bf9487ecd
Remove IsRef, IsOut and IsIn flags from IParameter and Replace ParameterModifiers with ReferenceKind.
|
2 years ago |
| .. |
|
OutputVisitor
|
Remove IsRef, IsOut and IsIn flags from IParameter and Replace ParameterModifiers with ReferenceKind.
|
2 years ago |
|
ProjectDecompiler
|
Merge pull request #3191 from icsharpcode/file-loaders
|
2 years ago |
|
Resolver
|
Remove IsRef, IsOut and IsIn flags from IParameter and Replace ParameterModifiers with ReferenceKind.
|
2 years ago |
|
Syntax
|
Remove IsRef, IsOut and IsIn flags from IParameter and Replace ParameterModifiers with ReferenceKind.
|
2 years ago |
|
Transforms
|
Remove IsRef, IsOut and IsIn flags from IParameter and Replace ParameterModifiers with ReferenceKind.
|
2 years ago |
|
TypeSystem
|
#2128: Reformat the whole code base.
|
6 years ago |
|
Annotations.cs
|
Fix #2140: ILSpy 6.2p1 no longer respects "use discards" setting
|
6 years ago |
|
CSharpDecompiler.cs
|
Remove IsRef, IsOut and IsIn flags from IParameter and Replace ParameterModifiers with ReferenceKind.
|
2 years ago |
|
CSharpLanguageVersion.cs
|
Add test for C# 11 generic attribute
|
4 years ago |
|
CallBuilder.cs
|
Remove IsRef, IsOut and IsIn flags from IParameter and Replace ParameterModifiers with ReferenceKind.
|
2 years ago |
|
ExpressionBuilder.cs
|
Remove IsRef, IsOut and IsIn flags from IParameter and Replace ParameterModifiers with ReferenceKind.
|
2 years ago |
|
RecordDecompiler.cs
|
Remove IsRef, IsOut and IsIn flags from IParameter and Replace ParameterModifiers with ReferenceKind.
|
2 years ago |
|
RequiredNamespaceCollector.cs
|
Use MetadataFile instead of PEFile in TypeSystem.
|
2 years ago |
|
SequencePointBuilder.cs
|
Generate sequence points for expression-bodied properties and indexers
|
3 years ago |
|
StatementBuilder.cs
|
Fix #3209: Ensure using directives are added for extension methods in higher level patterns such as: foreach -> GetEnumerator(), collection initializer -> Add() and deconstruction -> Deconstruct().
|
2 years ago |
|
TranslatedExpression.cs
|
Fix #3014: Missing type information in lambda expressions.
|
2 years ago |
|
TranslatedStatement.cs
|
#2128: Reformat the whole code base.
|
6 years ago |
|
TranslationContext.cs
|
Namespace adjustments for Syntax classes
|
9 years ago |