2 writes to SuppressFallbackIntegrity
Microsoft.AspNetCore.Mvc.TagHelpers.Test (2)
ScriptTagHelperTest.cs (2)
145tagHelper.SuppressFallbackIntegrity = false; 187tagHelper.SuppressFallbackIntegrity = false;
1 reference to SuppressFallbackIntegrity
Microsoft.AspNetCore.Mvc.TagHelpers (1)
ScriptTagHelper.cs (1)
379if (SuppressFallbackIntegrity && string.Equals(IntegrityAttributeName, attribute.Name, StringComparison.OrdinalIgnoreCase))