4 references to MatchAttribute
System.Web.Services (4)
System\Web\Services\Description\MimeTextImporter.cs (1)
101WebCodeGenerator.AddCustomAttribute(metadata, typeof(MatchAttribute), new CodeExpression[] { pattern }, propertyNames, propertyValues);
System\Web\Services\Protocols\PatternMatcher.cs (3)
183object[] attrs = memberInfo.GetCustomAttributes(typeof(MatchAttribute), false); 185MatchAttribute attr = (MatchAttribute)attrs[0];