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