2 writes to _storage
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.State.cs (2)
185_storage = new(storage, takeOwnership: true); 364DisposeHelper.NullAndDispose(ref _storage);
7 references to _storage
System.Windows.Forms (7)
System\Windows\Forms\ActiveX\AxHost.State.cs (7)
136Debug.Assert(_storage is null, "but we already have a storage!"); 193if (_storage is null) 198return _storage is null ? default : _storage.GetInterface(); 254Debug.Assert(_storage is not null, "how can we not have a storage object?"); 256if (_storage is null || _lockBytes is null) 261using var storage = _storage.GetInterface();