4 references to Trait
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\59\TestPlatformJsonContext.Trait.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Trait((string)args[0], (string)args[1]),
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\MTP\MtpTestNodeConverter.cs (1)
138testCase.Traits.Add(new Trait(property.Key, value));
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
Trait.cs (1)
27: this(data.Key, data.Value)
TraitCollection.cs (1)
45Add(new Trait(name, value));