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