1 write to constructorDelegate
System.Data.Services (1)
System\Data\Services\Providers\ResourceType.cs (1)
452
this.
constructorDelegate
= (Func<object>)
2 references to constructorDelegate
System.Data.Services (2)
System\Data\Services\Providers\ResourceType.cs (2)
450
if (this.
constructorDelegate
== null)
456
return this.
constructorDelegate
;