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);