3 references to Pattern
Microsoft.NET.Sdk.StaticWebAssets.Tasks (3)
Data\ContentTypeMapping.cs (2)
24
contentTypeMappings.GetMetadata(nameof(
Pattern
)),
27
private readonly string GetDebuggerDisplay() => $"Pattern: {
Pattern
}, MimeType: {MimeType}, Cache: {Cache}, Priority: {Priority}";
Data\ContentTypeProvider.cs (1)
412
_customMappings[mapping.
Pattern
] = mapping;