Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ public void HandshakeFailed(bool isServer, long startingTimestamp, string except
HandshakeStop(SslProtocols.None);
}

#pragma warning disable IDE0060 // https://github.com/dotnet/roslyn-analyzers/issues/6228
[NonEvent]
public void HandshakeCompleted(SslProtocols protocol, long startingTimestamp, bool connectionOpen)
{
Expand Down Expand Up @@ -213,7 +212,6 @@ public void HandshakeCompleted(SslProtocols protocol, long startingTimestamp, bo

HandshakeStop(protocol);
}
#pragma warning restore IDE0060 // https://github.com/dotnet/roslyn-analyzers/issues/6228

[NonEvent]
public void ConnectionClosed(SslProtocols protocol)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
using System.Runtime.Intrinsics.Wasm;
using System.Runtime.Intrinsics.X86;


namespace System.Buffers
{
/// <summary>Data structure used to optimize checks for whether a char is in a set of chars.</summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using System.Runtime.Intrinsics;
using System.Runtime.Intrinsics.X86;


#pragma warning disable 8500 // sizeof of managed types

namespace System
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using System.Runtime.InteropServices;
using System.Runtime.Intrinsics;


#pragma warning disable 8500 // sizeof of managed types

namespace System
Expand Down