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)
65return _properties.GetEnumerator(); 78return _properties.TryGetValue(property, out var propertyValue) ? (T?)propertyValue : default; 91_properties.TryGetValue(property, out var propertyValue);