3 writes to _refCount
PresentationFramework (3)
System\Windows\Markup\Baml2006\SharedStream.cs (3)
61_refCount = subStream._refCount; 69_refCount = new RefCount(); 266_refCount = null;
6 references to _refCount
PresentationFramework (6)
System\Windows\Markup\Baml2006\SharedStream.cs (6)
61_refCount = subStream._refCount; 62_refCount.Value++; 70_refCount.Value++; 79get { return _refCount.Value; } 261_refCount.Value--; 262if (_refCount.Value < 1)