7 references to GetClientTypeNamespace
System.Web.Extensions (7)
Script\Services\ClientProxyGenerator.cs (7)
255
string clientType =
GetClientTypeNamespace
(ServicesUtilities.GetClientTypeFromServerType(methodData.Owner, serverType));
325
string typeNameWithClientNamespace =
GetClientTypeNamespace
(t.TypeName);
327
string clientTypeNamespace =
GetClientTypeNamespace
(t.TypeNamespace);
345
string typeNameWithClientNamespace =
GetClientTypeNamespace
(t.TypeName);
350
EnsureObjectGraph(
GetClientTypeNamespace
(t.TypeNamespace), typeName);
381
string name =
GetClientTypeNamespace
(ServicesUtilities.GetClientTypeName(typeName));
407
ns =
GetClientTypeNamespace
(ns);