5 references to OpenFileAndGetDependency
System.Web (5)
UI\WebControls\AdRotator.cs (1)
464
using (Stream stream =
OpenFileAndGetDependency
(virtualPath, physicalPath, out dependency)) {
UI\WebControls\xml.cs (3)
417
using (Stream stream =
OpenFileAndGetDependency
(virtualPath, physicalPath, out dependency)) {
480
using (Stream stream =
OpenFileAndGetDependency
(null, physicalPath, out dependency)) {
525
using (Stream stream =
OpenFileAndGetDependency
(virtualPath, physicalPath, out dependency)) {
UI\WebControls\XmlDataSource.cs (1)
473
Stream dataStream =
OpenFileAndGetDependency
(virtualPath, physicalPath, out cacheDependency);