2 writes to _substElements
System.Web (2)
HttpWriter.cs (2)
837
_substElements
= new ArrayList();
948
_substElements
= null;
8 references to _substElements
System.Web (8)
HttpWriter.cs (8)
836
if (
_substElements
== null) {
841
return
_substElements
;
1258
if (
_substElements
!= null) {
1299
ArrayList nativeBuffers = wr.GetBufferedResponseChunks(true,
_substElements
, ref hasSubstBlocks);
1316
if (
_substElements
!= null &&
_substElements
.Count > 0) {
1322
if (substCount ==
_substElements
.Count) {
1328
if (substCount !=
_substElements
.Count) {