4 references to AddCustomAttribute
System.Web.Services (4)
System\Web\Services\Description\HttpProtocolImporter.cs (1)
155WebCodeGenerator.AddCustomAttribute(metadata, typeof(HttpMethodAttribute), formatterTypes, new string[0], new CodeExpression[0]);
System\Web\Services\Description\MimeTextImporter.cs (1)
101WebCodeGenerator.AddCustomAttribute(metadata, typeof(MatchAttribute), new CodeExpression[] { pattern }, propertyNames, propertyValues);
System\Web\Services\Description\SoapProtocolImporter.cs (1)
509WebCodeGenerator.AddCustomAttribute(metadata, attributeType, parameters,
System\Web\Services\Description\WebCodeGenerator.cs (1)
240return AddCustomAttribute(metadata, type, arguments, new string[0], new CodeExpression[0]);