8 references to ProbingPaths
Microsoft.TemplateEngine.Edge (8)
_generated\10\SettingsStoreJsonSerializerContext.SettingsStore.g.cs (2)
79Getter = static obj => ((global::Microsoft.TemplateEngine.Edge.Settings.SettingsStore)obj).ProbingPaths, 135global::System.Collections.Generic.HashSet<string> __value_ProbingPaths = ((global::Microsoft.TemplateEngine.Edge.Settings.SettingsStore)value).ProbingPaths;
Settings\ComponentManager.cs (2)
32_loadLocations.AddRange(_settings.ProbingPaths); 170if (!_settings.ProbingPaths.Add(probeIn))
Settings\SettingsStore.cs (4)
35if (obj.TryGetValueCaseInsensitive(nameof(ProbingPaths), out JsonNode? probingPathsToken)) 43ProbingPaths.Add(path.GetValue<string>()); 112if (settingsStore.ProbingPaths.Count == 0) 114settingsStore.ProbingPaths.Add(paths.Content);