1 write to configuration
System.Data.Services (1)
System\Data\Services\Caching\MetadataCacheItem.cs (1)
115
this.
configuration
= value;
2 references to configuration
System.Data.Services (2)
System\Data\Services\Caching\MetadataCacheItem.cs (2)
108
return this.
configuration
;
114
Debug.Assert(this.
configuration
== null, "this.configuration == null -- otherwise it's being set more than once");