3 writes to _ofTypeMethod
System.Web.Extensions (3)
UI\WebControls\Expressions\OfTypeExpression.cs (3)
22
_ofTypeMethod
= GetOfTypeMethod(type);
36
_ofTypeMethod
= null;
49
_ofTypeMethod
= GetOfTypeMethod(type);
2 references to _ofTypeMethod
System.Web.Extensions (2)
UI\WebControls\Expressions\OfTypeExpression.cs (2)
19
if (
_ofTypeMethod
== null) {
24
return
_ofTypeMethod
;