.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 1c71f6ad46 Support concatenation involving arguments of type ReadOnlySpan<char>. 1 year ago
..
OutputVisitor Remove IsRef, IsOut and IsIn flags from IParameter and Replace ParameterModifiers with ReferenceKind. 1 year ago
ProjectDecompiler Merge pull request #3191 from icsharpcode/file-loaders 1 year ago
Resolver Handle ReferenceKind.RefReadOnly in a few more cases 1 year ago
Syntax Remove IsRef, IsOut and IsIn flags from IParameter and Replace ParameterModifiers with ReferenceKind. 1 year ago
Transforms Avoid using operator + for string concatenation when ref-like types are involved. 1 year ago
TypeSystem
Annotations.cs Fix #2140: ILSpy 6.2p1 no longer respects "use discards" setting 5 years ago
CSharpDecompiler.cs Remove IsRef, IsOut and IsIn flags from IParameter and Replace ParameterModifiers with ReferenceKind. 1 year ago
CSharpLanguageVersion.cs Add metadata processing for C# 12 'ref readonly' parameters 1 year ago
CallBuilder.cs Support concatenation involving arguments of type ReadOnlySpan<char>. 1 year ago
ExpressionBuilder.cs Support ILInlining for in parameters 1 year ago
RecordDecompiler.cs Remove IsRef, IsOut and IsIn flags from IParameter and Replace ParameterModifiers with ReferenceKind. 1 year ago
RequiredNamespaceCollector.cs Use MetadataFile instead of PEFile in TypeSystem. 1 year ago
SequencePointBuilder.cs Generate sequence points for expression-bodied properties and indexers 2 years ago
StatementBuilder.cs Use ILSpyHelper_AsRefReadOnly to ensure that overload resolution can pick the correct overload using 'in'. 1 year ago
TranslatedExpression.cs Fix #3014: Missing type information in lambda expressions. 2 years ago
TranslatedStatement.cs
TranslationContext.cs