3 writes to provider
System.Data.Services (3)
System\Data\Services\DataService.cs (3)
318
this.
provider
= null;
1971
this.
provider
= new DataServiceProviderWrapper(metadata, metadataProviderInstance, queryProviderInstance);
1999
this.
provider
= new DataServiceProviderWrapper(metadata, dataProviderInstance, dataProviderInstance);
13 references to provider
System.Data.Services (13)
System\Data\Services\DataService.cs (13)
107
return this.
provider
;
117
Debug.Assert(this.
provider
!= null, "this.provider != null");
154
Debug.Assert(this.
provider
!= null, "this.provider != null");
165
Debug.Assert(this.
provider
!= null, "this.provider != null");
173
get { return (T)this.
provider
.CurrentDataSource; }
284
/// <summary>Disposes the data source of the current <see cref="
provider
"/> if necessary.</summary>
315
if (this.
provider
!= null)
317
this.
provider
.DisposeDataSource();
1791
if (this.
provider
.IsV1ProviderAndImplementsUpdatable())
1864
if (this.
provider
== null)
2000
dataProviderInstance.ProviderWrapper = this.
provider
;
2018
this.
provider
.PopulateMetadataCacheItemForV1Provider();
2030
Debug.Assert(this.
provider
!= null, "wrapper != null");