1 write to _staticLiterals
System.Web (1)
UI\DataBoundLiteralControl.cs (1)
81
_staticLiterals
= new string[staticLiteralsCount];
7 references to _staticLiterals
System.Web (7)
UI\DataBoundLiteralControl.cs (7)
89
_staticLiterals
[index] = s;
110
for (int i=0; i<
_staticLiterals
.Length; i++) {
112
if (
_staticLiterals
[i] != null)
113
sb.Append(
_staticLiterals
[i]);
165
for (int i=0; i<
_staticLiterals
.Length; i++) {
167
if (
_staticLiterals
[i] != null)
168
output.Write(
_staticLiterals
[i]);