You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Workspaces/Core/Portable/Workspace/Solution/Checksum.cs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,9 @@ public void WriteTo(ObjectWriter writer)
133
133
publicvoidWriteTo(Span<byte>span)
134
134
{
135
135
Contract.ThrowIfFalse(span.Length>=HashSize);
136
+
#pragma warning disable CS9191// The 'ref' modifier for an argument corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
0 commit comments