2 instantiations of HttpSubstBlockResponseElement
System.Web (2)
Cache\OutputCache.cs (1)
265elem = new HttpSubstBlockResponseElement(sre.Callback);
HttpWriter.cs (1)
1176IHttpResponseElement element = new HttpSubstBlockResponseElement(callback, Encoding, Encoder, iis7WorkerRequest);
12 references to HttpSubstBlockResponseElement
System.Web (12)
Cache\OutputCache.cs (5)
204else if (elem is HttpSubstBlockResponseElement) { 205HttpSubstBlockResponseElement substElement = elem as HttpSubstBlockResponseElement; 302HttpSubstBlockResponseElement substBlock = rawResponse.Buffers[i] as HttpSubstBlockResponseElement;
Hosting\IIS7WorkerRequest.cs (3)
1762HttpSubstBlockResponseElement[] substElemAry = null; 1764substElemAry = (HttpSubstBlockResponseElement[]) substElements.ToArray(typeof(HttpSubstBlockResponseElement));
HttpWriter.cs (4)
1320if (buffers[i] is HttpSubstBlockResponseElement) { 1370else if (responseElement is HttpSubstBlockResponseElement) { 1388HttpSubstBlockResponseElement substBlock = (responseElement as HttpSubstBlockResponseElement);