3 writes to _refCount
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\SharedStream.cs (3)
70_refCount = subStream._refCount; 78_refCount = new RefCount(); 284_refCount = null;
6 references to _refCount
PresentationFramework (6)
src\Framework\System\Windows\Markup\Baml2006\SharedStream.cs (6)
70_refCount = subStream._refCount; 71_refCount.Value++; 79_refCount.Value++; 88get { return _refCount.Value; } 279_refCount.Value--; 280if (_refCount.Value < 1)