2 writes to _inTrimCache
System.Web (2)
Hosting\HostingEnvironment.cs (2)
207
if (Interlocked.Exchange(ref
_inTrimCache
, 1) != 0)
228
Interlocked.Exchange(ref
_inTrimCache
, 0);
1 reference to _inTrimCache
System.Web (1)
Hosting\HostingEnvironment.cs (1)
718
while (
_inTrimCache
== 1) {