1 write to _handles
Microsoft.AspNetCore.Server.IIS (1)
Core\IO\AsyncWriteOperationBase.cs (1)
103
_handles
= new MemoryHandle[nChunks];
6 references to _handles
Microsoft.AspNetCore.Server.IIS (6)
Core\IO\AsyncWriteOperationBase.cs (6)
61
if (
_handles
!= null)
64
foreach (var handle in
_handles
)
77
_handles
.AsSpan().Clear();
101
if (
_handles
== null ||
_handles
.Length < nChunks)
108
ref var handle = ref
_handles
[currentChunk];