2 references to ScriptTagRegex
System.Web.Extensions (2)
UI\ScriptRegistrationManager.cs (2)
656for (Match match = ScriptTagRegex.Match(scriptContent, lastIndex); match.Success; match = ScriptTagRegex.Match(scriptContent, lastIndex)) {