5 references to TryGetType
System.Data.Services (5)
System\Data\Services\Providers\ReflectionServiceProvider.cs (5)
349if (TryGetType(knownTypes, type, out resourceType)) 379if (!TryGetType(knownTypes, type, out resourceType)) 522if (TryGetType(knownTypes, baseType, out baseResourceType)) 635if (!TryGetType(knownTypes, resourcePropertyType, out resourceType)) 640TryGetType(knownTypes, collectionType, out resourceType);