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