2 references to RazorInputFile
rzc (2)
DiscoverCommand.cs (1)
215
new
RazorInputFile
(syntheticPath, "__rzc_discover__.cshtml", text: SourceText.From(string.Empty, Encoding.UTF8)),
GenerateCommand.cs (1)
303
inputFiles.Add(new
RazorInputFile
(item.SourcePath, item.RelativePhysicalPath, item.CssScope));