1 write to ServerName
Microsoft.AspNetCore.Connections.Abstractions (1)
NamedPipeEndPoint.cs (1)
31ServerName = serverName;
4 references to ServerName
Microsoft.AspNetCore.Connections.Abstractions (4)
NamedPipeEndPoint.cs (4)
51return $@"\\{ServerName}\pipe\{PipeName}"; 57return obj is NamedPipeEndPoint other && other.ServerName == ServerName && other.PipeName == PipeName; 63return ServerName.GetHashCode() ^ PipeName.GetHashCode();