1 write to DisposeCalledAt
Microsoft.AspNetCore.InternalTesting.Tests (1)
AspNetTestAssemblyRunnerTest.cs (1)
188DisposeCalledAt = _position++;
2 references to DisposeCalledAt
Microsoft.AspNetCore.InternalTesting.Tests (2)
AspNetTestAssemblyRunnerTest.cs (2)
61Assert.Equal(0, fixture.DisposeCalledAt); 82Assert.Equal(1, fixture.DisposeCalledAt);