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