6 references to Empty
Microsoft.AspNetCore.Components.Endpoints (2)
FormMapping\HttpContextFormDataProvider.cs (1)
19public IReadOnlyDictionary<string, StringValues> Entries => _entries ?? ReadOnlyDictionary<string, StringValues>.Empty;
Results\RazorComponentResult.cs (1)
26: this(componentType, ReadOnlyDictionary<string, object?>.Empty)
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
ImportMapTest.cs (2)
155ReadOnlyDictionary<string, IReadOnlyDictionary<string, string>>.Empty, 156ReadOnlyDictionary<string, string>.Empty);
Microsoft.DotNet.Build.Tasks.Feed.Tests (1)
PublishToSymbolServerTest.cs (1)
109var buildAsset = ReadOnlyDictionary<string, Asset>.Empty;
System.Linq.Expressions (1)
System\Linq\Expressions\Compiler\HoistedLocals.cs (1)
79Indexes = ReadOnlyDictionary<Expression, int>.Empty;