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