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