4 writes to _baseUrl
System.Web (4)
UI\WebControls\AdRotator.cs (4)
125
_baseUrl
= string.Empty;
127
_baseUrl
= fileDirectory;
130
_baseUrl
= tplSourceDir;
322
_baseUrl
= adRotator.BaseUrl;
3 references to _baseUrl
System.Web (3)
UI\WebControls\AdRotator.cs (3)
112
if (
_baseUrl
== null) {
129
if (
_baseUrl
.Length == 0) {
133
return
_baseUrl
;