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