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