4 writes to _clientTypesDictionary
System.Web.Extensions (4)
Script\Services\WebServiceData.cs (4)
256_clientTypesDictionary = clientTypeDictionary; 295_clientTypesDictionary = new Dictionary<string, WebServiceTypeData>(); 329_clientTypesDictionary = null; 487_clientTypesDictionary = value;
4 references to _clientTypesDictionary
System.Web.Extensions (4)
Script\Services\WebServiceData.cs (4)
421_clientTypesDictionary[typeStringRepresentation] = new WebServiceTypeData(t.Name, t.Namespace, t); 466if (!_clientTypesDictionary.ContainsKey(typeString)) { 467_clientTypesDictionary[typeString] = typeData; 484return _clientTypesDictionary;