2 writes to _populated
System.Web (2)
HttpServerVarsCollection.cs (2)
37
_populated
= false;
100
_populated
= true;
3 references to _populated
System.Web (3)
HttpServerVarsCollection.cs (3)
75
if (!
_populated
) {
187
if (!
_populated
) {
264
if (this.
_populated
|| ensurePopulated) {