Fix #3621: Fix multiple uses of primary ctor parameter in initializer… #2533
Annotations
6 warnings
|
Analyze (csharp):
ICSharpCode.Decompiler.Tests/TestCases/Pretty/Issue3452.cs#L26
Parameter 'StringComparison comparison' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
|
Analyze (csharp):
ICSharpCode.Decompiler.Tests/TestCases/Pretty/Issue3610.cs#L44
Parameter 'StringComparison value' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
|
Analyze (csharp):
ICSharpCode.Decompiler.Tests/TestCases/Pretty/ConstructorInitializers.cs#L261
Parameter 'unused' is unread.
|
|
Analyze (csharp):
ICSharpCode.Decompiler.Tests/TestCases/Pretty/Issue3452.cs#L26
Parameter 'StringComparison comparison' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
|
Analyze (csharp):
ICSharpCode.Decompiler.Tests/TestCases/Pretty/Issue3610.cs#L44
Parameter 'StringComparison value' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
|
Analyze (csharp):
ICSharpCode.Decompiler.Tests/TestCases/Pretty/ConstructorInitializers.cs#L261
Parameter 'unused' is unread.
|