13 references to NotFoundFileInfo
Microsoft.AspNetCore.Hosting (1)
src\aspnetcore\src\Shared\StaticWebAssets\ManifestStaticWebAssetFileProvider.cs (1)
234return new NotFoundFileInfo(subpath);
Microsoft.Extensions.FileProviders.Abstractions (1)
NullFileProvider.cs (1)
30public IFileInfo GetFileInfo(string subpath) => new NotFoundFileInfo(subpath);
Microsoft.Extensions.FileProviders.Composite (1)
CompositeFileProvider.cs (1)
54return new NotFoundFileInfo(subpath);
Microsoft.Extensions.FileProviders.Embedded (6)
EmbeddedFileProvider.cs (3)
86return new NotFoundFileInfo(subpath); 115return new NotFoundFileInfo(resourcePath); 121return new NotFoundFileInfo(name);
ManifestEmbeddedFileProvider.cs (3)
106return new NotFoundFileInfo(subpath); 110return new NotFoundFileInfo(d.Name); 113return new NotFoundFileInfo(subpath);
Microsoft.Extensions.FileProviders.Physical (4)
PhysicalFileProvider.cs (4)
261return new NotFoundFileInfo(subpath); 270return new NotFoundFileInfo(subpath); 276return new NotFoundFileInfo(subpath); 282return new NotFoundFileInfo(subpath);