# LibTmux.Internal.TmuxEntityLookup

- **Module:** LibTmux.Internal
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Internal/TmuxEntityLookup.cs#L8
- **Page:** https://libtmux.org/reference/dotnet/libtmux-internal-tmuxentitylookup/

Resolves stable entity identifiers without materializing collections.

Each lookup asks tmux to resolve one identifier rather than listing the
server, so the cost does not grow with what the server holds.

## Members

- `FindSessionAsync` (method)
- `FindWindowAsync` (method)
- `FindPaneAsync` (method)
