2 writes to _lockBytes
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.State.cs (2)
184_lockBytes = new(lockBytes, takeOwnership: true); 363DisposeHelper.NullAndDispose(ref _lockBytes);
3 references to _lockBytes
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.State.cs (3)
255Debug.Assert(_lockBytes is not null, "how can we have a storage w/o ILockBytes?"); 256if (_storage is null || _lockBytes is null) 269using var lockBytes = _lockBytes.GetInterface();