2 references to ScriptKey
System.Web (2)
UI\ClientScriptManager.cs (2)
255return new ScriptKey(type, key, true, isResource); 1431internal ScriptKey(Type type, string key) : this(type, key, false, false) {