1 write to MostRecent
System.Web (1)
HttpRuntime.cs (1)
1120Profile.MostRecent = traceConfig.MostRecent;
2 references to MostRecent
System.Web (2)
Util\Profiler.cs (2)
118if (MostRecent) { 124if (!MostRecent && _requests.Count >= _requestsToProfile) EndProfiling();