3 writes to _framework
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
RunSettings\RunConfiguration.cs (3)
80_framework = Framework.DefaultFramework; 259_framework = value; 290_framework = Framework.FromString(value.ToString());
2 references to _framework
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
RunSettings\RunConfiguration.cs (2)
255get => _framework; 278get => _framework?.Name switch