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