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)
209
if (_methods != null ||
_typeData
.Type == null)
217
Type current =
_typeData
.Type;
240
get { return
_typeData
; }
305
ProcessIncludeAttributes((GenerateScriptTypeAttribute[])
_typeData
.Type.GetCustomAttributes(typeof(GenerateScriptTypeAttribute), true));