2 writes to _oldestDependency
System.Web (2)
HttpResponse.cs (2)
3566
_oldestDependency
= utcNow;
3624
_oldestDependency
= utcDepTime;
5 references to _oldestDependency
System.Web (5)
HttpResponse.cs (5)
3565
if (
_oldestDependency
== DateTime.MinValue || utcNow <
_oldestDependency
)
3623
if (
_oldestDependency
== DateTime.MinValue || utcDepTime <
_oldestDependency
)
3682
virtualDependency = vpp.GetCacheDependency(_requestVirtualPath, GetDependencies(),
_oldestDependency
);