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)
30
get { return
_typeId
; }
35
return obj is TestType tt &&
_typeId
.Equals(tt.
_typeId
);
41
return
_typeId
.GetHashCode();