1 write to _testEntries
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
ObjectModel\TestEntry.cs (1)
48
_testEntries
??= new List<TestEntry>();
1 reference to _testEntries
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
ObjectModel\TestEntry.cs (1)
50
return
_testEntries
;