3 writes to handleLogFullCallbackList
System.IO.Log (3)
System\IO\Log\LogManagementAsyncResult.cs (3)
39this.handleLogFullCallbackList = null; 84this.handleLogFullCallbackList = new List<HandleLogFullCallback>(); 209this.handleLogFullCallbackList = null;
4 references to handleLogFullCallbackList
System.IO.Log (4)
System\IO\Log\LogManagementAsyncResult.cs (4)
82if (this.handleLogFullCallbackList == null) 94this.handleLogFullCallbackList.Add(callback); 110this.handleLogFullCallbackList.Remove(callback); 208callbacks = this.handleLogFullCallbackList;