6 references to String
Microsoft.AspNetCore.DataProtection (1)
Repositories\RegistryXmlRepository.cs (1)
156RegistryKey.SetValue(valueName, element.ToString(), RegistryValueKind.String);
Microsoft.Build.Engine.UnitTests (1)
Evaluation\Expander_Tests.cs (1)
1749key.SetValue("Value", "String", RegistryValueKind.String);
Microsoft.Build.Tasks.Core (2)
BootstrapperUtil\Util.cs (2)
181if (additionalPackagePathsRegKey.GetValueKind(key) == RegistryValueKind.String) 215if (oValue != null && subKey.GetValueKind(registryValue) == RegistryValueKind.String)
PresentationUI (2)
MS\Internal\Documents\RightsManagementProvider.cs (1)
406(defaultRMKey.GetValueKind(_registryValueNameForAccountName) == RegistryValueKind.String))
MS\Internal\Documents\RMPublishingDialog.cs (1)
341(defaultRMKey.GetValueKind(_registryValueNameForRMTemplatePath) == RegistryValueKind.String))