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