1 instantiation of NullWindowsRegistryReader
aspire (1)
Program.cs (1)
372: new NullWindowsRegistryReader();
1 reference to NullWindowsRegistryReader
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
220services.AddSingleton<IWindowsRegistryReader, NullWindowsRegistryReader>();