2 references to _builtInMappings
Microsoft.NET.Sdk.StaticWebAssets.Tasks (2)
Data\ContentTypeProvider.cs (2)
416
.AddIncludePatternsList(
_builtInMappings
.Keys)
462
if (_customMappings.TryGetValue(match.Pattern, out mapping) ||
_builtInMappings
.TryGetValue(match.Pattern, out mapping))