1 instantiation of ExceptionLogger
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingOperations.cs (1)
588ExceptionLogger newLogger = new ExceptionLogger();
5 references to ExceptionLogger
PresentationFramework (5)
src\Framework\System\Windows\Data\BindingOperations.cs (5)
588ExceptionLogger newLogger = new ExceptionLogger(); 589Interlocked.CompareExchange<ExceptionLogger>(ref _exceptionLogger, newLogger, null); 596ExceptionLogger logger = _exceptionLogger; 603private static ExceptionLogger _exceptionLogger; 616Interlocked.CompareExchange<ExceptionLogger>(ref _exceptionLogger, null, this);