1 write to _discoveryRequestCache
Microsoft.TestPlatform.CrossPlatEngine (1)
Discovery\TestCaseDiscoverySink.cs (1)
22
_discoveryRequestCache
= discoveryRequestCache;
2 references to _discoveryRequestCache
Microsoft.TestPlatform.CrossPlatEngine (2)
Discovery\TestCaseDiscoverySink.cs (2)
31
if (
_discoveryRequestCache
!= null)
33
_discoveryRequestCache
.AddTest(discoveredTest);