Base:
property
RelativePhysicalPath
Microsoft.AspNetCore.Razor.Language.RazorProjectItem.RelativePhysicalPath
1 write to RelativePhysicalPath
Microsoft.CodeAnalysis.Razor.Compiler (1)
SourceGenerators\SourceGeneratorProjectItem.cs (1)
27
RelativePhysicalPath
= relativePhysicalPath;
3 references to RelativePhysicalPath
Microsoft.CodeAnalysis.Razor.Compiler (3)
SourceGenerators\RazorSourceGenerator.cs (3)
259
RazorSourceGeneratorEventSource.Log.ParseRazorDocumentStart(sourceItem.
RelativePhysicalPath
);
265
RazorSourceGeneratorEventSource.Log.ParseRazorDocumentStop(sourceItem.
RelativePhysicalPath
);
266
return (projectEngine, sourceItem.
RelativePhysicalPath
, document);