1 write to MountPoint
Microsoft.TemplateEngine.Edge (1)
Settings\ScanResult.cs (1)
20
MountPoint
= mountPoint;
4 references to MountPoint
Microsoft.TemplateEngine.Edge (4)
Settings\ScanResult.cs (2)
53
/// Disposes <see cref="
MountPoint
"/> that was scanned.
57
MountPoint
.Dispose();
Settings\TemplateCache.cs (2)
42
templateDeduplicationDictionary[template.Identity].Add((template, templatePackage, GetBestLocalizationLocatorMatch(template), scanResult.
MountPoint
));
48
(template, templatePackage, GetBestLocalizationLocatorMatch(template), scanResult.
MountPoint
)