Base:
property
Name
Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase.Name
2 references to Name
NuGet.Commands (2)
RestoreCommand\ContentFiles\FileProviderGlobbingDirectory.cs (2)
65
return
Name
;
68
return _parent.FullName + DirectorySeparatorChar +
Name
;