1 instantiation of FileResponseElement
System.Web (1)
Cache\OutputCache.cs (1)
202responseElements.Add(new FileResponseElement(fileElement.FileName, fileElement.Offset, elem.GetSize()));
5 references to FileResponseElement
System.Web (5)
Cache\OutputCache.cs (5)
246if (re is FileResponseElement) { 251FileResponseElement fre = (FileResponseElement)re; 494data is FileResponseElement || data is MemoryResponseElement || data is SubstitutionResponseElement) { 507data is FileResponseElement || data is MemoryResponseElement || data is SubstitutionResponseElement)) {