2 writes to _name
NuGet.Commands (2)
RestoreCommand\ContentFiles\VirtualFileInfo.cs (2)
73
_name
= PhysicalPath.Substring(lastSlashIndex + 1);
77
_name
= PhysicalPath;
2 references to _name
NuGet.Commands (2)
RestoreCommand\ContentFiles\VirtualFileInfo.cs (2)
68
if (
_name
== null)
80
return
_name
;