3 writes to _framework
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
RunSettings\RunConfiguration.cs (3)
80_framework = Framework.DefaultFramework; 260_framework = value; 291_framework = Framework.FromString(value.ToString());
2 references to _framework
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
RunSettings\RunConfiguration.cs (2)
256get => _framework; 279get => _framework?.Name switch