5 references to FileInfo
Microsoft.TemplateEngine.Edge (1)
Mount\Archive\ZipFileMountPointFactory.cs (1)
53
IFile? file = parent.Root.
FileInfo
(uri.LocalPath);
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (4)
OperationConfig\IncludeConfig.cs (1)
28
yield return new Include(startToken.TokenConfig(), endToken.TokenConfig(), x => templateRoot.
FileInfo
(x)?.OpenRead(), id, onByDefault);
RunnableProjectConfig.cs (2)
267
|| (!sourceFile?.Parent?.
FileInfo
(singleConfig)?.Exists ?? true))
273
using Stream excludeList = sourceFile!.Parent!.
FileInfo
(singleConfig)!.OpenRead();
Validation\MandatoryValidationFactory.cs (1)
128
IFile? file = validationInfo.TemplateSourceRoot.
FileInfo
(source.Source);