3 writes to _path
System.Net.Sockets (3)
System\Net\Sockets\UnixDomainSocketEndPoint.cs (3)
54_path = path; 89_path = Encoding.UTF8.GetString(_encodedPath, 0, length); 94_path = string.Empty;
11 references to _path
System.Net.Sockets (11)
System\Net\Sockets\UnixDomainSocketEndPoint.cs (11)
125bool isAbstract = IsAbstract(_path); 128return string.Concat("@", _path.AsSpan(1)); 132return _path; 140=> obj is UnixDomainSocketEndPoint ep && _path == ep._path; 144public override int GetHashCode() => _path.GetHashCode(); 148if (IsAbstract(_path)) 153return new UnixDomainSocketEndPoint(_path, Path.GetFullPath(_path)); 158if (IsAbstract(_path) || BoundFileName is null) 163return new UnixDomainSocketEndPoint(_path, null);