7 references to Type
System.Web.Extensions (7)
Handlers\ScriptModule.cs (1)
57
if((wsd != null) && (_authenticationServiceType == wsd.TypeData.
Type
)) {
Script\Services\RestHandler.cs (1)
138
if (!methodData.IsStatic) target = Activator.CreateInstance(methodData.Owner.TypeData.
Type
);
Script\Services\WebServiceClientProxyGenerator.cs (1)
37
DateTime lastModifiedDate = GetAssemblyModifiedTime(webServiceData.TypeData.
Type
.Assembly);
Script\Services\WebServiceData.cs (4)
209
if (_methods != null || _typeData.
Type
== null)
217
Type current = _typeData.
Type
;
305
ProcessIncludeAttributes((GenerateScriptTypeAttribute[])_typeData.
Type
.GetCustomAttributes(typeof(GenerateScriptTypeAttribute), true));
519
return type.
Type
;