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