1 write to DisposeCallCount
System.Windows.Forms.Tests (1)
System\Windows\Forms\ApplicationContextTests.cs (1)
222
DisposeCallCount
++;
2 references to DisposeCallCount
System.Windows.Forms.Tests (2)
System\Windows\Forms\ApplicationContextTests.cs (2)
238
context.
DisposeCallCount
.Should().Be(1);
242
context.
DisposeCallCount
.Should().Be(2);