1 write to SourcePath
rzc (1)
GenerateCommand.cs (1)
499
SourcePath
= sourcePath;
3 references to SourcePath
rzc (3)
GenerateCommand.cs (3)
303
inputFiles.Add(new RazorInputFile(item.
SourcePath
, item.RelativePhysicalPath, item.CssScope));
348
outputBySourcePath[item.
SourcePath
] = item.OutputPath;
384
file: new FileInfo(item.
SourcePath
),