1 write to SourcePath
rzc (1)
RazorSourceGeneratorHost.cs (1)
139SourcePath = sourcePath;
3 references to SourcePath
rzc (3)
RazorSourceGeneratorHost.cs (3)
69fileOptions[file.SourcePath] = new RazorAnalyzerConfigOptions(metadata); 83builder.Add(new RazorSourceGeneratorAdditionalText(file.SourcePath, file.Text)); 151/// <summary>In-memory content, used for synthetic inputs; when null the file is read from <see cref="SourcePath"/>.</summary>