Home
last modified time | relevance | path

Searched refs:_pageOutput (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Util/
H A DProfiler.cs25 private bool _pageOutput; field in System.Web.Util.Profiler
52 return (_pageOutput && !(_localOnly && !HttpContext.Current.Request.IsLocal));
55 _pageOutput = value;