1 instantiation of TestCaseReferenceComparer
Microsoft.TestPlatform.CrossPlatEngine (1)
Adapter\TestExecutionRecorder.cs (1)
201public static readonly TestCaseReferenceComparer Instance = new();
2 references to TestCaseReferenceComparer
Microsoft.TestPlatform.CrossPlatEngine (2)
Adapter\TestExecutionRecorder.cs (2)
78_testCaseEndCalledMap = new Dictionary<TestCase, int>(TestCaseReferenceComparer.Instance); 201public static readonly TestCaseReferenceComparer Instance = new();