1 write to _hostMock
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ControlCodeDomSerializerTests.cs (1)
24_hostMock = new();
1 reference to _hostMock
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ControlCodeDomSerializerTests.cs (1)
30_managerMock.Setup(m => m.GetService(typeof(IDesignerHost))).Returns(_hostMock.Object);