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