7 references to _dependentAllocations
Microsoft.Build.Tasks.UnitTests (7)
MockUnmanagedMemoryHelper.cs (7)
47if (!_dependentAllocations.ContainsKey(_mainAllocationHandle)) 49_dependentAllocations.Add(_mainAllocationHandle, new List<IntPtr>()); 52_dependentAllocations[_mainAllocationHandle].Add(handle); 74if (_dependentAllocations.ContainsKey(handle)) 76while (_dependentAllocations[handle].Count > 0) 78Marshal.FreeHGlobal(_dependentAllocations[handle][0]); 79_dependentAllocations[handle].RemoveAt(0);