2 writes to _disposed
PresentationFramework (2)
MS\Internal\PtsHost\PtsCache.cs (2)
169
if (0 == Interlocked.CompareExchange(ref
_disposed
, 1, 0))
296
if (0 == Interlocked.CompareExchange(ref
_disposed
, 1, 0))
2 references to _disposed
PresentationFramework (2)
MS\Internal\PtsHost\PtsCache.cs (2)
124
disposed = (ptsCache.
_disposed
== 1);
229
if (
_disposed
== 0)