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; 460if (!_enumTypesDictionary.ContainsKey(typeString)) { 461_enumTypesDictionary[typeString] = (WebServiceEnumData)typeData; 501return _enumTypesDictionary.Values; 508return _enumTypesDictionary;