4 writes to _enumTypesDictionary
System.Web.Extensions (4)
Script\Services\WebServiceData.cs (4)
258
_enumTypesDictionary
= enumTypeDictionary;
296
_enumTypesDictionary
= new Dictionary<string, WebServiceEnumData>();
330
_enumTypesDictionary
= null;
511
_enumTypesDictionary
= value;
5 references to _enumTypesDictionary
System.Web.Extensions (5)
Script\Services\WebServiceData.cs (5)
383
_enumTypesDictionary
[GetTypeStringRepresentation(enumData.TypeName, false)] = enumData;
460
if (!
_enumTypesDictionary
.ContainsKey(typeString)) {
461
_enumTypesDictionary
[typeString] = (WebServiceEnumData)typeData;
501
return
_enumTypesDictionary
.Values;
508
return
_enumTypesDictionary
;