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