2 writes to _disposed
PresentationFramework (2)
MS\Internal\PtsHost\PtsCache.cs (2)
166if (Interlocked.CompareExchange(ref _disposed, true, false) == false) 295if (Interlocked.CompareExchange(ref _disposed, true, false) == false)
2 references to _disposed
PresentationFramework (2)
MS\Internal\PtsHost\PtsCache.cs (2)
121disposed = ptsCache._disposed; 228if (_disposed == false)