public void Dispose()
 {
     if (Interlocked.Exchange(ref this._disposed, 1) != 0)
     {
         return;
     }
     MappedDiagnosticsLogicalContext.Remove(this._item);
 }
예제 #2
0
 public void Dispose()
 {
     MappedDiagnosticsLogicalContext.Remove(_key);
 }