1 write to cachedConstructor
System.Data.Services (1)
System\Data\Services\DataService.cs (1)
458cachedConstructor = (Func<T>)WebUtil.CreateNewInstanceConstructor(dataContextType, null, dataContextType);
2 references to cachedConstructor
System.Data.Services (2)
System\Data\Services\DataService.cs (2)
449if (cachedConstructor == null) 461return cachedConstructor();