3 writes to _refCount
PresentationFramework (3)
System\Windows\Markup\Baml2006\SharedStream.cs (3)
62_refCount = subStream._refCount; 70_refCount = new RefCount(); 267_refCount = null;
6 references to _refCount
PresentationFramework (6)
System\Windows\Markup\Baml2006\SharedStream.cs (6)
62_refCount = subStream._refCount; 63_refCount.Value++; 71_refCount.Value++; 80get { return _refCount.Value; } 262_refCount.Value--; 263if (_refCount.Value < 1)