1 write to _customMappings
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
Data\ContentTypeProvider.cs (1)
409
_customMappings
??= [];
3 references to _customMappings
Microsoft.NET.Sdk.StaticWebAssets.Tasks (3)
Data\ContentTypeProvider.cs (3)
412
_customMappings
[mapping.Pattern] = mapping;
417
.AddIncludePatternsList(
_customMappings
.Keys)
462
if (
_customMappings
.TryGetValue(match.Pattern, out mapping) || _builtInMappings.TryGetValue(match.Pattern, out mapping))