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