2 writes to _hashCode
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
DataCollector\DataCollectionContext.cs (2)
44
_hashCode
= ComputeHashCode();
71
_hashCode
= ComputeHashCode();
1 reference to _hashCode
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
DataCollector\DataCollectionContext.cs (1)
130
return
_hashCode
;