3 writes to _refCount
PresentationFramework (3)
System\Windows\Markup\Baml2006\SharedStream.cs (3)
60_refCount = subStream._refCount; 68_refCount = new RefCount(); 265_refCount = null;
6 references to _refCount
PresentationFramework (6)
System\Windows\Markup\Baml2006\SharedStream.cs (6)
60_refCount = subStream._refCount; 61_refCount.Value++; 69_refCount.Value++; 78get { return _refCount.Value; } 260_refCount.Value--; 261if (_refCount.Value < 1)