2 writes to _physicalFilePath
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DefaultRazorProjectItem.cs (2)
29
_physicalFilePath
= null;
49
_physicalFilePath
= physicalPath;
1 reference to _physicalFilePath
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\DefaultRazorProjectItem.cs (1)
63
public override string PhysicalPath => _fileInfo?.FullName ??
_physicalFilePath
;