3 writes to _clientTypeNameDictionary
System.Web.Extensions (3)
Script\Services\WebServiceData.cs (3)
261
_clientTypeNameDictionary
= new Dictionary<Type, string>();
298
_clientTypeNameDictionary
= new Dictionary<Type, string>();
331
_clientTypeNameDictionary
= null;
3 references to _clientTypeNameDictionary
System.Web.Extensions (3)
Script\Services\WebServiceData.cs (3)
422
_clientTypeNameDictionary
[t] = typeStringRepresentation;
442
_clientTypeNameDictionary
[t] = GetTypeStringRepresentation(typeData.TypeName);
494
return
_clientTypeNameDictionary
;