1 write to Name
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
ObjectModel\TestMethod.cs (1)
20
Name
= name;
4 references to Name
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (4)
ObjectModel\TestMethod.cs (4)
52
return obj is TestMethod otherTestMethod &&
Name
== otherTestMethod.
Name
64
return
Name
?.GetHashCode() ?? 0;
84
helper.SaveSimpleField(element, "@name",
Name
, string.Empty);