4 references to ScriptIgnoreAttribute
System.Web.Extensions (4)
Script\Serialization\JavaScriptSerializer.cs (4)
293if (memberInfo.IsDefined(typeof(ScriptIgnoreAttribute), true /*inherits*/)) return true; 298ScriptIgnoreAttribute scriptIgnoreAttr = (ScriptIgnoreAttribute)Attribute.GetCustomAttribute(memberInfo, typeof(ScriptIgnoreAttribute), inherit: true);