1 write to _targetTypeName
System.Web (1)
Cache\SubstitutionResponseElement.cs (1)
31
_targetTypeName
= System.Web.UI.Util.GetAssemblyQualifiedTypeName(_callback.Method.ReflectedType);
1 reference to _targetTypeName
System.Web (1)
Cache\SubstitutionResponseElement.cs (1)
38
Type target = BuildManager.GetType(
_targetTypeName
, true /*throwOnFail*/, false /*ignoreCase*/);