11 references to GetValueNames
Microsoft.AspNetCore.DataProtection (1)
Repositories\RegistryXmlRepository.cs (1)
70foreach (string valueName in RegistryKey.GetValueNames())
Microsoft.AspNetCore.DataProtection.Tests (2)
Repositories\RegistryXmlRepositoryTests.cs (2)
63var valueNames = regKey.GetValueNames(); 94var valueNames = regKey.GetValueNames();
Microsoft.Build (1)
Utilities\RegistryKeyWrapper.cs (1)
131return Exists() ? WrappedKey.GetValueNames() : Array.Empty<string>();
Microsoft.Build.Engine (1)
Engine\RegistryKeyWrapper.cs (1)
121return Exists() ? WrappedKey.GetValueNames() : new string[] { };
Microsoft.Build.Tasks.Core (2)
BootstrapperUtil\Util.cs (1)
179foreach (string key in additionalPackagePathsRegKey.GetValueNames())
ManifestUtil\ComImporter.cs (1)
154foreach (string name in key.GetValueNames())
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\Interaction.vb (1)
376sValueNames = rk.GetValueNames()
PresentationCore (1)
MS\Internal\FontCache\FontSourceCollection.cs (1)
147foreach (string fontValue in fontsKey.GetValueNames())
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (1)
3707string[] names = rk.GetValueNames();
System\Windows\Markup\RestrictiveXamlXmlReader.cs (1)
50foreach (string typeName in xpsDangerKey.GetValueNames())