Skip to content

Commit 5f4da6e

Browse files
committed
Make struct readonly
1 parent 1153f33 commit 5f4da6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ReflectionAnalyzers/Helpers/Reflection/Filters

ReflectionAnalyzers/Helpers/Reflection/Filters/Types.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
using Microsoft.CodeAnalysis.CSharp.Syntax;
1010

1111
[DebuggerDisplay("{this.Argument}")]
12-
internal struct Types
12+
internal readonly struct Types
1313
{
1414
internal static readonly Types Any = new(null, ImmutableArray<ExpressionSyntax>.Empty, ImmutableArray<ITypeSymbol>.Empty);
1515
internal readonly ArgumentSyntax? Argument;

0 commit comments

Comments
 (0)