3 writes to Entry
System.Windows.Forms.Primitives (3)
System\Windows\Forms\RefCountedCache.Scope.cs (3)
34
Entry
= default!;
42
Entry
= entry;
84
Entry
= default!;
6 references to Entry
System.Windows.Forms.Primitives (6)
System\Windows\Forms\RefCountedCache.Scope.cs (6)
43
Entry
.AddRef();
47
public TCacheEntryData Data =>
Entry
is null ? default :
Entry
.Data;
49
public int RefCount =>
Entry
?.RefCount ?? -1;
70
CacheEntry entry = scope.
Entry
;
76
Entry
?.RemoveRef();