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