2 writes to _host
System.Windows.Forms.Design (2)
System\ComponentModel\Design\Serialization\BasicDesignerLoader.cs (2)
167_host = host; 267_host = null;
14 references to _host
System.Windows.Forms.Design (14)
System\ComponentModel\Design\Serialization\BasicDesignerLoader.cs (14)
81if (_host is not null) 83return _host; 152if (_host is not null && _host != host) 165if (_host is null) 169_serializationManager = new DesignerSerializationManager(_host); 262if (_host is not null) 264_host.RemoveService<IDesignerLoaderService>(); 265_host.Activated -= OnDesignerActivate; 266_host.Deactivated -= OnDesignerDeactivate; 294IDesignerLoaderHost? host = _host; 347if (_host is not null) 349service = _host.GetService(serviceType); 579if (!_state[s_stateDeferredReload] || _host is null)