2 writes to _type
System.Web (2)
UI\ClientScriptManager.cs (2)
1436_type = type; 1484_type = BuildManager.GetType(_typeNameForSerialization, true /*throwOnFail*/, false /*ignoreCase*/);
6 references to _type
System.Web (6)
UI\ClientScriptManager.cs (6)
1449return _type == null ? null : AssemblyResourceLoader.GetAssemblyFromType(_type); 1466return WebUtil.HashCodeCombiner.CombineHashCodes(_type.GetHashCode(), _key.GetHashCode(), 1472return (key._type == _type) && (key._key == _key) && (key._isInclude == _isInclude); 1478_typeNameForSerialization = System.Web.UI.Util.GetAssemblyQualifiedTypeName(_type);