4 references to new
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Builder\TestFileProvider\TestFileProvider.cs (1)
36return new NotFoundDirectoryContents();
Microsoft.AspNetCore.Mvc.Views.TestCommon (1)
TestFileProvider.cs (1)
36return new NotFoundDirectoryContents();
Microsoft.Extensions.FileProviders.Abstractions (1)
NotFoundDirectoryContents.cs (1)
23public static NotFoundDirectoryContents Singleton { get; } = new();
RazorBuildWebSite (1)
UpdateableFileProvider.cs (1)
38return new NotFoundDirectoryContents();