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)
1449
return
_type
== null ? null : AssemblyResourceLoader.GetAssemblyFromType(
_type
);
1466
return WebUtil.HashCodeCombiner.CombineHashCodes(
_type
.GetHashCode(), _key.GetHashCode(),
1472
return (key.
_type
==
_type
) && (key._key == _key) && (key._isInclude == _isInclude);
1478
_typeNameForSerialization = System.Web.UI.Util.GetAssemblyQualifiedTypeName(
_type
);