Configuration\ConfigurationServiceTests.cs (10)
58var (service, settingsFilePath) = CreateService(workspace, contentWithComments);
81var (service, settingsFilePath) = CreateService(workspace, contentWithTrailingCommas);
103var (service, settingsFilePath) = CreateService(workspace, content);
123var (service, settingsFilePath) = CreateService(workspace);
137var (service, settingsFilePath) = CreateService(workspace, "");
158var (service, settingsFilePath) = CreateService(workspace, contentWithComments);
173var (service, _) = CreateService(workspace);
185var (service, _) = CreateService(workspace, "");
207var (service, _) = CreateService(workspace, contentWithComments);
220var (service, settingsFilePath) = CreateService(workspace, "{}");