2 writes to Value
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\67\TestPlatformJsonContext.Trait.g.cs (1)
83Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Trait)obj).Value = value!,
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Trait.cs (1)
34Value = value;
9 references to Value
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\67\TestPlatformJsonContext.Trait.g.cs (2)
82Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Trait)obj).Value, 113writer.WriteString(PropName_Value, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Trait)value).Value);
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
Utility\Converter.cs (2)
564if (priorityTrait != null && int.TryParse(priorityTrait.Value, out int priorityValue)) 581owner = ownerTrait.Value;
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
TraitCollection.cs (1)
86var newPairs = newValue.Select(t => new KeyValuePair<string, string>(t.Name, t.Value)).ToArray();
vstest.console (2)
Processors\ListFullyQualifiedTestsArgumentProcessor.cs (2)
373var newTraitValueList = new List<string> { trait.Value }; 390traitValueList.Add(trait.Value);
vstest.console.arm64 (2)
src\vstest\src\vstest.console\Processors\ListFullyQualifiedTestsArgumentProcessor.cs (2)
373var newTraitValueList = new List<string> { trait.Value }; 390traitValueList.Add(trait.Value);