1 instantiation of MemoryResponseElement
System.Web (1)
Cache\OutputCache.cs (1)
211responseElements.Add(new MemoryResponseElement(b, length));
5 references to MemoryResponseElement
System.Web (5)
Cache\OutputCache.cs (5)
258else if (re is MemoryResponseElement) { 259MemoryResponseElement mre = (MemoryResponseElement)re; 494data is FileResponseElement || data is MemoryResponseElement || data is SubstitutionResponseElement) { 507data is FileResponseElement || data is MemoryResponseElement || data is SubstitutionResponseElement)) {