27 implementations of Name
Microsoft.AspNetCore.Components.Endpoints.Tests (3)
Microsoft.AspNetCore.Components.WebView (2)
Microsoft.AspNetCore.Components.WebView.Maui (1)
Microsoft.AspNetCore.Components.WebView.Test (1)
Microsoft.AspNetCore.Diagnostics.Tests (1)
Microsoft.AspNetCore.Hosting (2)
Microsoft.AspNetCore.Hosting.Tests (1)
Microsoft.AspNetCore.Mvc.Views.TestCommon (4)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
Microsoft.AspNetCore.StaticFiles.Tests (2)
Microsoft.Extensions.Configuration.KeyPerFile.Tests (1)
Microsoft.Extensions.FileProviders.Abstractions (1)
Microsoft.Extensions.FileProviders.Embedded (3)
Microsoft.Extensions.FileProviders.Embedded.Tests (1)
Microsoft.Extensions.FileProviders.Physical (2)
RazorBuildWebSite (1)
56 references to Name
Microsoft.AspNetCore.Components.WebView (7)
Microsoft.AspNetCore.Hosting (6)
Microsoft.AspNetCore.Hosting.Tests (10)
StaticWebAssets\ManifestStaticWebAssetsFileProviderTests.cs (10)
289Assert.Equal("file.version.js", file.Name);
306Assert.Equal("", file.Name);
323Assert.Equal("other.html", file.Name);
342Assert.Equal("other.html", file.Name);
358Assert.Equal("project-transitive-dep.js", file.Name);
439Assert.Equal(new[] { (true, "_content") }, contents.Select(e => (e.IsDirectory, e.Name)).OrderBy(e => e.Name).ToArray());
472contents.Select(e => (e.IsDirectory, e.Name)).OrderBy(e => e.Name).ToArray());
490contents.Select(e => (e.IsDirectory, e.Name)).OrderBy(e => e.Name).ToArray());
548Assert.Contains(directory, file => string.Equals(file.Name, expected));
606contents.Select(e => (e.IsDirectory, e.Name)).OrderBy(e => e.Name).ToArray());
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (3)
Microsoft.AspNetCore.Mvc.TagHelpers (4)
Microsoft.AspNetCore.Mvc.TagHelpers.Test (1)
Microsoft.AspNetCore.StaticFiles (2)
Microsoft.Extensions.Configuration.KeyPerFile (2)
Microsoft.Extensions.FileProviders.Composite (1)
Microsoft.Extensions.FileProviders.Embedded.Tests (20)
ManifestEmbeddedFileProviderTests.cs (11)
31Assert.Equal("jquery.validate.js", jqueryValidate.Name);
38Assert.Equal("jquery.min.js", jqueryMin.Name);
45Assert.Equal("site.css", siteCss.Name);
68Assert.Equal("jquery.validate.js", jqueryValidate.Name);
75Assert.Equal("jquery.min.js", jqueryMin.Name);
82Assert.Equal("site.css", siteCss.Name);
167Assert.Equal("jquery.validate.js", jqueryValidate.Name);
190Assert.Equal("jquery.validate.js", jqueryValidate.Name);
237Assert.Equal(path, file.Name);
392var root = provider.GetDirectoryContents("/").ToDictionary(f => f.Name);
441Assert.Equal("jquery.validate.js", jqueryValidate.Name);