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