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++;
88
get { return
_refCount
.Value; }
279
_refCount
.Value--;
280
if (
_refCount
.Value < 1)