2 writes to SuppressFallbackIntegrity
Microsoft.AspNetCore.Mvc.TagHelpers.Test (2)
LinkTagHelperTest.cs (2)
264tagHelper.SuppressFallbackIntegrity = true; 285tagHelper.SuppressFallbackIntegrity = false;
1 reference to SuppressFallbackIntegrity
Microsoft.AspNetCore.Mvc.TagHelpers (1)
LinkTagHelper.cs (1)
385if (SuppressFallbackIntegrity && string.Equals(attribute.Name, IntegrityAttributeName, StringComparison.OrdinalIgnoreCase))