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
@@ -119,7 +119,9 @@ public void WriteTo(ObjectWriter writer)
119
119
publicvoidWriteTo(Span<byte>span)
120
120
{
121
121
Contract.ThrowIfFalse(span.Length>=HashSize);
122
+
#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