internal InvocationRecorder()
 {
     _instance = this;
 }
Exemple #2
0
		internal InvocationRecorder()
		{
			_instance = this;
		}
 public void Dispose()
 {
     _instance = null;
 }
Exemple #4
0
		public void Dispose()
		{
			_instance = null;
		}