5 references to UseDataServiceCollection
System.Data.Services.Design (5)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (3)
687
return this.
UseDataServiceCollection
? "System.Data.Services.Client.DataServiceCollection" : "System.Collections.ObjectModel.Collection";
707
if (!this.
UseDataServiceCollection
)
809
if (!this.
UseDataServiceCollection
)
System\Data\EntityModel\Emitters\NavigationPropertyEmitter.cs (2)
66
if (this.Generator.
UseDataServiceCollection
)
220
if (this.Generator.
UseDataServiceCollection
== true)