8 references to DataFile
System.Web (8)
UI\WebControls\XmlDataSource.cs (8)
194
if (
DataFile
!= value) {
390
if (
DataFile
.Length > 0) {
392
sb.Append(
DataFile
);
494
if (
DataFile
.Length != 0) {
497
bool success = Uri.TryCreate(
DataFile
, UriKind.Absolute, out uri);
509
ResolvePhysicalOrVirtualPath(
DataFile
, out virtualPath, out physicalPath);
597
tempDataReader = GetReader(
DataFile
, Data, out dataCacheDependency);
630
dataReader = GetReader(
DataFile
, Data, out dataCacheDependency);