5 writes to MountPointsInfo
Microsoft.TemplateEngine.Edge (5)
Settings\TemplateCache.cs (5)
71
MountPointsInfo
= mountPoints;
86
MountPointsInfo
= new Dictionary<string, DateTime>();
108
MountPointsInfo
= mountPointInfo;
133
MountPointsInfo
= new Dictionary<string, DateTime>();
158
MountPointsInfo
= mountPointInfo;
6 references to MountPointsInfo
Microsoft.TemplateEngine.Edge (6)
Generated\361d1da7f942c932\TemplateCacheJsonSerializerContext.TemplateCache.g.cs (2)
122
Getter = static obj => ((global::Microsoft.TemplateEngine.Edge.Settings.TemplateCache)obj).
MountPointsInfo
,
167
global::System.Collections.Generic.Dictionary<string, global::System.DateTime> __value_MountPointsInfo = ((global::Microsoft.TemplateEngine.Edge.Settings.TemplateCache)value).
MountPointsInfo
;
Settings\TemplateCache.cs (2)
97
if (contentJObject.TryGetValueCaseInsensitive(nameof(
MountPointsInfo
), out JsonNode? mountPointInfoToken) && mountPointInfoToken is JsonObject mountPointInfoObj)
147
if (TryGetPropertyCaseInsensitive(content, nameof(
MountPointsInfo
), out JsonElement mountPointInfoToken)
Settings\TemplatePackageManager.cs (2)
325
if (cache.
MountPointsInfo
.TryGetValue(package.MountPointUri, out var cachedLastChangeTime))
341
if (!needsRebuild && !mountPoints.Keys.OrderBy(mp => mp).SequenceEqual(cache.
MountPointsInfo
.Keys.OrderBy(mp => mp)))