3 overrides of CacheToDisk
System.Web (3)
Compilation\BuildResult.cs (3)
403
internal override bool
CacheToDisk
{ get { return false; } }
991
internal override bool
CacheToDisk
{ get { return false; } }
1231
internal override bool
CacheToDisk
{ get { return true; } }
1 reference to CacheToDisk
System.Web (1)
Compilation\BuildResultCache.cs (1)
446
if (!result.
CacheToDisk
)