1 write to _object
System.Windows.Forms.Primitives.Tests (1)
System\Windows\Forms\RefCacheTests.cs (1)
111public ObjectCacheEntry(int value, bool cached) : base(value, cached) => _object = new T();
1 reference to _object
System.Windows.Forms.Primitives.Tests (1)
System\Windows\Forms\RefCacheTests.cs (1)
112public override T Object => _object;