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