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