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