1 instantiation of SubstitutionResponseElement
System.Web (1)
Cache\OutputCache.cs (1)
206responseElements.Add(new SubstitutionResponseElement(substElement.Callback));
5 references to SubstitutionResponseElement
System.Web (5)
Cache\OutputCache.cs (5)
263else if (re is SubstitutionResponseElement) { 264SubstitutionResponseElement sre = (SubstitutionResponseElement)re; 494data is FileResponseElement || data is MemoryResponseElement || data is SubstitutionResponseElement) { 507data is FileResponseElement || data is MemoryResponseElement || data is SubstitutionResponseElement)) {