Implemented interface member:
method
CreateFile
Microsoft.TemplateEngine.Abstractions.PhysicalFileSystem.IPhysicalFileSystem.CreateFile(System.String)
2 references to CreateFile
Microsoft.TemplateEngine.Utils (2)
InMemoryFileSystem.cs (2)
430
using Stream t =
CreateFile
(targetPath);
544
using Stream s =
CreateFile
(path);