1 instantiation of ScriptTag
Microsoft.AspNetCore.Identity.Test (1)
IdentityUIScriptsTest.cs (1)
135scriptTags.Add(new ScriptTag
7 references to ScriptTag
Microsoft.AspNetCore.Identity.Test (7)
IdentityUIScriptsTest.cs (7)
38public async Task IdentityUI_ScriptTags_SubresourceIntegrityCheck(ScriptTag scriptTag) 44private async Task<string> GetShaIntegrity(ScriptTag scriptTag) 77public async Task IdentityUI_ScriptTags_FallbackSourceContent_Matches_CDNContent(ScriptTag scriptTag) 101private static List<ScriptTag> GetScriptTags() 103var scriptTags = new List<ScriptTag>(); 120private static List<ScriptTag> GetScriptTags(string cshtmlFile) 129var scriptTags = new List<ScriptTag>();