Implemented interface member:
property
PhysicalPath
Microsoft.Extensions.FileProviders.IFileInfo.PhysicalPath
3 references to PhysicalPath
NuGet.Commands (3)
RestoreCommand\ContentFiles\VirtualFileInfo.cs (3)
70
int lastSlashIndex =
PhysicalPath
.LastIndexOf('/');
73
_name =
PhysicalPath
.Substring(lastSlashIndex + 1);
77
_name =
PhysicalPath
;