1 write to _displayName
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
TestCase.cs (1)
112set => _displayName = value;
2 references to _displayName
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
TestCase.cs (2)
111get => _displayName.IsNullOrEmpty() ? GetFullyQualifiedName() : _displayName;