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