4 references to CreateFile
Microsoft.NET.TestFramework (4)
Mock\FileSystemMockBuilder.cs (4)
28_actions.Add(() => _mockFileSystemModel?.CreateFile(name, content)); 38_actions.Add(() => _mockFileSystemModel?.CreateFile(Path.Combine(basePath, file), "")); 415_files.CreateFile(path, string.Empty); 430_files.CreateFile(path, content);