1 write to _object
System.Windows.Forms.Primitives.Tests (1)
System\Windows\Forms\RefCacheTests.cs (1)
111
public 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)
112
public override T Object =>
_object
;