1 write to Path
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.Test (1)
TestInfrastructure\FileNode.cs (1)
14
Path
= path;
3 references to Path
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.Test (3)
TestInfrastructure\DirectoryNode.cs (3)
25
var filePath = fileNode.
Path
;
28
throw new InvalidOperationException($"File {fileNode.
Path
} does not belong to {Path}.");
81
var filePath = file.
Path
;