1 implementation of GetValue
Microsoft.TestPlatform.CoreUtilities (1)
Helpers\WindowsRegistryHelper.cs (1)
28public object? GetValue(string name)
1 reference to GetValue
Microsoft.TestPlatform.CoreUtilities (1)
Helpers\DotnetHostHelper.cs (1)
332string? installLocation = nativeArch?.GetValue("InstallLocation")?.ToString();