2 references to GetProjectedWrapperType
System.Data.Services (2)
System\Data\Services\Providers\BasicExpandProvider.cs (2)
1788
typeArguments[typeArgumentIndex++] = this.RequiresProjectedWrapper ? this.
GetProjectedWrapperType
() : this.enumeratedType;
1816
this.elementType = this.
GetProjectedWrapperType
();