3 writes to _type
System.Web (3)
UI\ObjectTag.cs (3)
89_type = parser.GetType(tmp); 101_type = Type.GetTypeFromCLSID(clsid); 131_type = Type.GetTypeFromProgID(tmp);
11 references to _type
System.Web (11)
UI\ObjectTag.cs (11)
93if (_type == null) { 103if (_type == null) 111if (_fLateBinding || Util.IsLateBoundComClassicType(_type)) { 119parser.AddTypeDependency(_type); 125if (_type == null) { 137if (_type == null) 140Debug.Trace("Template", "<object> type: " + _type.FullName); 147if (_fLateBinding || Util.IsLateBoundComClassicType(_type)) { 155parser.AddTypeDependency(_type); 161if (_type == null) { 184get { return _type; }