5 references to CohostConfigurationChangedService
Microsoft.VisualStudioCode.RazorExtension (2)
Services\CohostConfigurationChangedService.cs (2)
27private readonly ILogger _logger = loggerFactory.GetOrCreateLogger<CohostConfigurationChangedService>(); 120=> CohostConfigurationChangedService.UpdateSettingsFromJson(settigns, jsonArray);
Microsoft.VisualStudioCode.RazorExtension.UnitTests (3)
CohostConfigurationChangedServiceTest.cs (3)
30var updatedSettings = CohostConfigurationChangedService.TestAccessor.UpdateSettingsFromJson(settings, json); 50var updatedSettings = CohostConfigurationChangedService.TestAccessor.UpdateSettingsFromJson(settings, json); 62var updatedSettings2 = CohostConfigurationChangedService.TestAccessor.UpdateSettingsFromJson(settings, json2);