We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ee83d commit 6fd4e67Copy full SHA for 6fd4e67
StyleCop.Analyzers/StyleCop.Analyzers/Lightup/ImmutableArrayWrapper`1.cs
@@ -162,7 +162,7 @@ public override int GetHashCode()
162
163
private sealed class UnsupportedImmutableArray : ImmutableArrayWrapper<T>
164
{
165
- private static readonly ImmutableArray<T> SyntaxList = default;
+ private static readonly ImmutableArray<T> SyntaxList = ImmutableArray<T>.Empty;
166
167
public UnsupportedImmutableArray()
168
0 commit comments