3 writes to _KnownTypesArray
System.Web.Extensions (3)
ClientServices\Providers\ClientSettingsProvider.cs (3)
382_KnownTypesArray = new Type[]{ typeof(bool), 413_KnownTypesArray = temp; 436_KnownTypesArray = temp;
10 references to _KnownTypesArray
System.Web.Extensions (10)
ClientServices\Providers\ClientSettingsProvider.cs (10)
375if (_KnownTypesArray == null) 377return _KnownTypesArray; 390for(int iter=0; iter<_KnownTypesArray.Length; iter++) 391_KnownTypesHashtable.Add(_KnownTypesArray[iter], string.Empty); 410Type [] temp = new Type[_KnownTypesArray.Length + al.Count]; 411_KnownTypesArray.CopyTo(temp, 0); 412al.CopyTo(temp, _KnownTypesArray.Length); 433Type [] temp = new Type[_KnownTypesArray.Length + al.Count]; 434_KnownTypesArray.CopyTo(temp, 0); 435al.CopyTo(temp, _KnownTypesArray.Length);