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) 462if (_customMappings.TryGetValue(match.Pattern, out mapping) || _builtInMappings.TryGetValue(match.Pattern, out mapping))