1 write to _testObject
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
TraitCollection.cs (1)
48
_testObject
= testObject ?? throw new ArgumentNullException(nameof(testObject));
3 references to _testObject
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
TraitCollection.cs (3)
83
if (!
_testObject
.Properties.Contains(TraitsProperty, EqualityComparer<TestProperty>.Default))
88
var traitsKvp =
_testObject
.GetPropertyValue(TraitsProperty, Enumerable.Empty<KeyValuePair<string, string>>().ToArray());
102
_testObject
.SetPropertyValue(TraitsProperty, newPairs);