1 write to DisposeCallCount
System.Windows.Forms.Tests (1)
System\Windows\Forms\ApplicationContextTests.cs (1)
224
DisposeCallCount
++;
2 references to DisposeCallCount
System.Windows.Forms.Tests (2)
System\Windows\Forms\ApplicationContextTests.cs (2)
240
context.
DisposeCallCount
.Should().Be(1);
244
context.
DisposeCallCount
.Should().Be(2);