1 write to handles
System.IO.Log (1)
System\IO\Log\AppendHelper.cs (1)
33
this.
handles
= new GCHandle[data.Count + 1];
5 references to handles
System.IO.Log (5)
System\IO\Log\AppendHelper.cs (5)
37
this.
handles
[0] = GCHandle.Alloc(header.Bits, GCHandleType.Pinned);
43
handles
[i + 1] = GCHandle.Alloc(data[i].Array, GCHandleType.Pinned);
67
for (int i = 0; i <
handles
.Length; i++)
69
if (
handles
[i].IsAllocated)
70
handles
[i].Free();