1 write to Mappings
Microsoft.AspNetCore.StaticFiles (1)
FileExtensionContentTypeProvider.cs (1)
418
Mappings
= mapping;
3 references to Mappings
Microsoft.AspNetCore.Components.WebAssembly.Server (2)
ComponentsWebAssemblyApplicationBuilderExtensions.cs (2)
133
if (!provider.
Mappings
.ContainsKey(name))
135
provider.
Mappings
.Add(name, mimeType);
Microsoft.AspNetCore.StaticFiles (1)
FileExtensionContentTypeProvider.cs (1)
440
return
Mappings
.TryGetValue(extension, out contentType);