2 writes to _asyncDisposed
Microsoft.AspNetCore.Mvc.FunctionalTests (2)
TestingInfrastructureInheritanceTests.cs (2)
139
_asyncDisposed
= true;
144
_asyncDisposed
= true;
2 references to _asyncDisposed
Microsoft.AspNetCore.Mvc.FunctionalTests (2)
TestingInfrastructureInheritanceTests.cs (2)
95
Assert.True(sink.
_asyncDisposed
);
110
Assert.True(sink.
_asyncDisposed
);