4 writes to _cachedPredictableID
System.Web (4)
UI\Control.cs (4)
327
_cachedPredictableID
= GetPredictableClientIDPrefix();
333
_cachedPredictableID
= _cachedPredictableID + suffixID;
336
_cachedPredictableID
= suffixID.Substring(1);
1917
_cachedPredictableID
= null;
6 references to _cachedPredictableID
System.Web (6)
UI\Control.cs (6)
323
if (
_cachedPredictableID
!= null) {
324
return
_cachedPredictableID
;
332
if (!String.IsNullOrEmpty(
_cachedPredictableID
)) {
333
_cachedPredictableID =
_cachedPredictableID
+ suffixID;
339
return String.IsNullOrEmpty(
_cachedPredictableID
) ? String.Empty :
_cachedPredictableID
;