1 write to SourcePath
rzc (1)
RazorSourceGeneratorHost.cs (1)
139
SourcePath
= sourcePath;
3 references to SourcePath
rzc (3)
RazorSourceGeneratorHost.cs (3)
69
fileOptions[file.
SourcePath
] = new RazorAnalyzerConfigOptions(metadata);
83
builder.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>