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