1 write to _properties
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
DataCollector\Events\SessionEvents.cs (1)
56
_properties
= properties;
3 references to _properties
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
DataCollector\Events\SessionEvents.cs (3)
65
return
_properties
.GetEnumerator();
78
return
_properties
.TryGetValue(property, out var propertyValue) ? (T?)propertyValue : default;
91
_properties
.TryGetValue(property, out var propertyValue);