2 writes to _disposed
PresentationFramework (2)
MS\Internal\PtsHost\PtsCache.cs (2)
165if (!Interlocked.CompareExchange(ref _disposed, true, false)) 294if (!Interlocked.CompareExchange(ref _disposed, true, false))
2 references to _disposed
PresentationFramework (2)
MS\Internal\PtsHost\PtsCache.cs (2)
120disposed = ptsCache._disposed; 227if (!_disposed)