3 references to TrackableOptionCount
System.Net.Sockets (3)
System\Net\Sockets\SafeSocketHandle.Unix.OptionTracking.cs (2)
34Debug.Assert(values.Length == TrackableOptionCount); 85Debug.Assert(values.Length == TrackableOptionCount);
System\Net\Sockets\Socket.Unix.cs (1)
138Span<int> optionValues = stackalloc int[SafeSocketHandle.TrackableOptionCount];