6 references to GenerateScriptTypeAttribute
System.Web.Extensions (6)
Script\Services\WebServiceData.cs (6)
305
ProcessIncludeAttributes((
GenerateScriptTypeAttribute
[])_typeData.Type.GetCustomAttributes(typeof(
GenerateScriptTypeAttribute
), true));
310
ProcessIncludeAttributes((
GenerateScriptTypeAttribute
[])methodData.MethodInfo.GetCustomAttributes(typeof(
GenerateScriptTypeAttribute
), true));
339
private void ProcessIncludeAttributes(
GenerateScriptTypeAttribute
[] attributes) {
340
foreach (
GenerateScriptTypeAttribute
attribute in attributes) {