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