1 write to _manager
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\ResourceCodeDomSerializer.SerializationResourceManager.cs (1)
41_manager = manager;
8 references to _manager
System.Windows.Forms.Design (8)
System\ComponentModel\Design\Serialization\ResourceCodeDomSerializer.SerializationResourceManager.cs (8)
74if (_manager.TryGetContext(out RootContext? rootCtx)) 103private object? RootComponent => _rootComponent ??= _manager.GetContext<RootContext>()?.Value; 114if (_manager.TryGetService(out IResourceService? rs)) 265_manager.ReportError(se); 323IResourceService? resSvc = _manager.GetService<IResourceService>(); 364Debug.Assert(_manager is not null, "This resource manager object has been destroyed."); 393if (_manager.TryGetService(out IResourceService? resSvc)) 463if (_manager.TryGetService(out IResourceService? service))