2 writes to _responseElements
System.Web (2)
Cache\OutputCacheEntry.cs (2)
34set { _responseElements = value; } } 57_responseElements = responseElements;
1 reference to _responseElements
System.Web (1)
Cache\OutputCacheEntry.cs (1)
33public List<ResponseElement> ResponseElements { get { return _responseElements; }