2 instantiations of LocalResourceManager
System.Windows.Forms.Design (2)
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.CodeDomSerializationStore.cs (2)
86private LocalResourceManager Resources => _resources ??= new LocalResourceManager(); 237_resources = new LocalResourceManager(resources);
2 references to LocalResourceManager
System.Windows.Forms.Design (2)
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.CodeDomSerializationStore.cs (2)
46private LocalResourceManager? _resources; 86private LocalResourceManager Resources => _resources ??= new LocalResourceManager();