1 write to _typeId
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
ObjectModel\TestType.cs (1)
25_typeId = id;
4 references to _typeId
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (4)
ObjectModel\TestType.cs (4)
30get { return _typeId; } 35return obj is TestType tt && _typeId.Equals(tt._typeId); 41return _typeId.GetHashCode();