2 instantiations of MimeTextMatchCollection
System.Web.Services (2)
System\Web\Services\Description\MimeFormatExtensions.cs (2)
114MimeTextMatchCollection matches = new MimeTextMatchCollection(); 135MimeTextMatchCollection matches = new MimeTextMatchCollection();
13 references to MimeTextMatchCollection
System.Web.Services (13)
System\Web\Services\Description\MimeFormatExtensions.cs (4)
114MimeTextMatchCollection matches = new MimeTextMatchCollection(); 121public MimeTextMatchCollection Matches { 135MimeTextMatchCollection matches = new MimeTextMatchCollection(); 209public MimeTextMatchCollection Matches {
System\Web\Services\Description\MimeTextImporter.cs (1)
56void GenerateCode(string typeName, MimeTextMatchCollection matches, CodeGenerationOptions options) {
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
778global::System.Web.Services.Description.MimeTextMatchCollection a = (global::System.Web.Services.Description.MimeTextMatchCollection)o.@Matches; 817global::System.Web.Services.Description.MimeTextMatchCollection a = (global::System.Web.Services.Description.MimeTextMatchCollection)o.@Matches; 5395global::System.Web.Services.Description.MimeTextMatchCollection a_1 = (global::System.Web.Services.Description.MimeTextMatchCollection)o.@Matches; 5447global::System.Web.Services.Description.MimeTextMatchCollection a_7 = (global::System.Web.Services.Description.MimeTextMatchCollection)o.@Matches;