4 writes to _utcTimestampCreated
System.Web (4)
HttpCachePolicy.cs (4)
538_utcTimestampCreated = DateTime.MinValue; 600_utcTimestampCreated = settings.UtcTimestampCreated; 780_utcTimestampCreated = response.Context.UtcTimestamp; 1792_utcTimestampCreated = value;
7 references to _utcTimestampCreated
System.Web (7)
HttpCachePolicy.cs (7)
779if (_utcTimestampCreated == DateTime.MinValue) { 791_slidingDelta = _utcExpires - _utcTimestampCreated; 1011age = _utcTimestampRequest - _utcTimestampCreated; 1126_utcTimestampCreated, 1183Debug.Assert(_utcTimestampCreated != DateTime.MinValue, "_utcTimestampCreated != DateTime.MinValue"); 1186absoluteExpiration = _utcTimestampCreated + _maxAge; 1789return _utcTimestampCreated;