6 references to String
aspire (1)
Telemetry\WindowsMachineInformationProvider.cs (1)
93key.SetValue(keyName, value, RegistryValueKind.String);
Microsoft.AspNetCore.DataProtection (1)
Repositories\RegistryXmlRepository.cs (1)
156RegistryKey.SetValue(valueName, element.ToString(), RegistryValueKind.String);
Microsoft.Build.Tasks.Core (2)
BootstrapperUtil\Util.cs (2)
211if (additionalPackagePathsRegKey.GetValueKind(key) == RegistryValueKind.String) 245if (oValue != null && subKey.GetValueKind(registryValue) == RegistryValueKind.String)
Microsoft.Win32.Registry (2)
Microsoft\Win32\RegistryKey.cs (2)
1262case RegistryValueKind.String: 1398return RegistryValueKind.String;