1 write to Pattern
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
5471
o.
@Pattern
= Reader.Value;
3 references to Pattern
System.Web.Services (3)
System\Web\Services\Description\MimeTextImporter.cs (2)
66
if (match.
Pattern
.Length == 0) throw new ArgumentException(Res.GetString(Res.WebTextMatchMissingPattern));
68
CodeExpression pattern = new CodePrimitiveExpression(match.
Pattern
);
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
814
WriteAttribute(@"pattern", @"", ((global::System.String)o.
@Pattern
));