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); 494return _clientTypeNameDictionary;