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)
93
if (
_type
== null) {
103
if (
_type
== null)
111
if (_fLateBinding || Util.IsLateBoundComClassicType(
_type
)) {
119
parser.AddTypeDependency(
_type
);
125
if (
_type
== null) {
137
if (
_type
== null)
140
Debug.Trace("Template", "<object> type: " +
_type
.FullName);
147
if (_fLateBinding || Util.IsLateBoundComClassicType(
_type
)) {
155
parser.AddTypeDependency(
_type
);
161
if (
_type
== null) {
184
get { return
_type
; }