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