5 writes to _protocolType
System.Net.Sockets (5)
System\Net\Sockets\Socket.cs (4)
99_protocolType = protocolType; 124_protocolType = ProtocolType.Unknown; 134LoadSocketTypeFromHandle(handle, out _addressFamily, out _socketType, out _protocolType, out _willBlockInternal, out _isListening, out bool isSocket); 3793socket._protocolType = _protocolType;
System\Net\Sockets\Socket.Unix.cs (1)
283_protocolType = source._protocolType;
7 references to _protocolType
System.Net.Sockets (7)
System\Net\Sockets\Socket.cs (5)
484return _protocolType; 813_protocolType, 2944e.ConnectActivity = SocketsTelemetry.Log.ConnectStart(e._socketAddress!, _protocolType, endPointSnapshot, keepActivityCurrent: true); 3353Activity? activity = SocketsTelemetry.Log.ConnectStart(socketAddress, _protocolType, endPointSnapshot, keepActivityCurrent: false); 3793socket._protocolType = _protocolType;
System\Net\Sockets\Socket.Unix.cs (2)
154SocketError errorCode = SocketPal.CreateSocket(_addressFamily, _socketType, _protocolType, out SafeSocketHandle newHandle); 283_protocolType = source._protocolType;