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); 3616socket._protocolType = _protocolType;
System\Net\Sockets\Socket.Unix.cs (1)
270_protocolType = source._protocolType;
5 references to _protocolType
System.Net.Sockets (5)
System\Net\Sockets\Socket.cs (3)
476return _protocolType; 780_protocolType, 3616socket._protocolType = _protocolType;
System\Net\Sockets\Socket.Unix.cs (2)
141SocketError errorCode = SocketPal.CreateSocket(_addressFamily, _socketType, _protocolType, out SafeSocketHandle newHandle); 270_protocolType = source._protocolType;