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);
466
if (!
_clientTypesDictionary
.ContainsKey(typeString)) {
467
_clientTypesDictionary
[typeString] = typeData;
484
return
_clientTypesDictionary
;