2 writes to _asyncDisposed
Microsoft.AspNetCore.Mvc.FunctionalTests (2)
TestingInfrastructureInheritanceTests.cs (2)
120
_asyncDisposed
= true;
125
_asyncDisposed
= true;
2 references to _asyncDisposed
Microsoft.AspNetCore.Mvc.FunctionalTests (2)
TestingInfrastructureInheritanceTests.cs (2)
93
Assert.True(sink.
_asyncDisposed
);
108
Assert.True(sink.
_asyncDisposed
);