4 references to InstallRequestPathResolution
Microsoft.TemplateEngine.Cli (2)
TemplatePackageCoordinator.cs (2)
218foreach (string expandedIdentifier in InstallRequestPathResolution.ExpandMaskedPath(identifier, _engineEnvironmentSettings)) 685foreach (string expandedIdentifier in InstallRequestPathResolution.ExpandMaskedPath(requestedPackageIdentifier, _engineEnvironmentSettings))
Microsoft.TemplateEngine.Utils (2)
DefaultTemplatePackageProvider.cs (2)
44var expandedNupkgs = _nupkgs.SelectMany(p => InstallRequestPathResolution.ExpandMaskedPath(p, _environmentSettings)); 45var expandedFolders = _folders.SelectMany(p => InstallRequestPathResolution.ExpandMaskedPath(p, _environmentSettings));