1 write to _unsyncedEntries
System.Web (1)
HttpServerVarsCollection.cs (1)
270_unsyncedEntries = new List<HttpServerVarsCollectionEntry>();
5 references to _unsyncedEntries
System.Web (5)
HttpServerVarsCollection.cs (5)
81if (_unsyncedEntries != null) { 82foreach (var entry in _unsyncedEntries) { 93_unsyncedEntries.Clear(); 269if (_unsyncedEntries == null) { 273_unsyncedEntries.Add(new HttpServerVarsCollectionEntry(name, value));