2 writes to _typeData
System.Web.Extensions (2)
Script\Services\WebServiceData.cs (2)
160_typeData = typeData; 262_typeData = typeData;
4 references to _typeData
System.Web.Extensions (4)
Script\Services\WebServiceData.cs (4)
209if (_methods != null || _typeData.Type == null) 217Type current = _typeData.Type; 240get { return _typeData; } 305ProcessIncludeAttributes((GenerateScriptTypeAttribute[])_typeData.Type.GetCustomAttributes(typeof(GenerateScriptTypeAttribute), true));