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)
68if (_name == null) 80return _name;