public virtual void NotifyClosed(MsgExceptionHandlingTestCase.CloseAwareBin bin)
			{
				lock (_openBins)
				{
					Sharpen.Collections.Remove(_openBins, bin);
				}
			}
Example #2
0
 public _ICodeBlock_164(MsgExceptionHandlingTestCase _enclosing)
 {
     this._enclosing = _enclosing;
 }
Example #3
0
 public _IEventListener4_103(MsgExceptionHandlingTestCase _enclosing)
 {
     this._enclosing = _enclosing;
 }
 public _ICodeBlock_164(MsgExceptionHandlingTestCase _enclosing)
 {
     this._enclosing = _enclosing;
 }
 public _IEventListener4_103(MsgExceptionHandlingTestCase _enclosing)
 {
     this._enclosing = _enclosing;
 }
			public CloseAwareBin(MsgExceptionHandlingTestCase.CloseAwareStorage storage, IBin
				 bin) : base(bin)
			{
				_storage = storage;
			}