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