3 writes to MountPointsInfo
Microsoft.TemplateEngine.Edge (3)
Settings\TemplateCache.cs (3)
69
MountPointsInfo
= mountPoints;
84
MountPointsInfo
= new Dictionary<string, DateTime>();
106
MountPointsInfo
= mountPointInfo;
5 references to MountPointsInfo
Microsoft.TemplateEngine.Edge (5)
_generated\29\TemplateCacheJsonSerializerContext.TemplateCache.g.cs (2)
120
Getter = static obj => ((global::Microsoft.TemplateEngine.Edge.Settings.TemplateCache)obj).
MountPointsInfo
,
165
global::System.Collections.Generic.Dictionary<string, global::System.DateTime> __value_MountPointsInfo = ((global::Microsoft.TemplateEngine.Edge.Settings.TemplateCache)value).
MountPointsInfo
;
Settings\TemplateCache.cs (1)
95
if (contentJObject.TryGetValueCaseInsensitive(nameof(
MountPointsInfo
), out JsonNode? mountPointInfoToken) && mountPointInfoToken is JsonObject mountPointInfoObj)
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)))