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)
257
RazorSourceGeneratorEventSource.Log.ParseRazorDocumentStart(sourceItem.
RelativePhysicalPath
);
263
RazorSourceGeneratorEventSource.Log.ParseRazorDocumentStop(sourceItem.
RelativePhysicalPath
);
264
return (projectEngine, sourceItem.
RelativePhysicalPath
, document);