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)
112if (_baseUrl == null) { 129if (_baseUrl.Length == 0) { 133return _baseUrl;