1 write to _aligned
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
Interop\NativeTls.cs (1)
77
_aligned
= new EpollEventAligned[maxEvents];
4 references to _aligned
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (4)
Interop\NativeTls.cs (4)
84
: epoll_wait(epfd,
_aligned
!,
_aligned
!.Length, timeout);
89
: new EpollEvent { Events =
_aligned
![index].Events, Data = new EpollData { U64 =
_aligned
[index].Data } };