1 instantiation of MimeTextMatch
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
5446o = new global::System.Web.Services.Description.MimeTextMatch();
16 references to MimeTextMatch
System.Web.Services (16)
System\Web\Services\Description\MimeFormatExtensions.cs (9)
120[XmlElement("match", typeof(MimeTextMatch))] 218public MimeTextMatch this[int index] { 219get { return (MimeTextMatch)List[index]; } 224public int Add(MimeTextMatch match) { 229public void Insert(int index, MimeTextMatch match) { 234public int IndexOf(MimeTextMatch match) { 239public bool Contains(MimeTextMatch match) { 244public void Remove(MimeTextMatch match) { 249public void CopyTo(MimeTextMatch[] array, int index) {
System\Web\Services\Description\MimeTextImporter.cs (1)
63MimeTextMatch match = matches[i];
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
781Write96_MimeTextMatch(@"match", @"http://microsoft.com/wsdl/mime/textMatching/", ((global::System.Web.Services.Description.MimeTextMatch)a[ia]), false, false); 788void Write96_MimeTextMatch(string n, string ns, global::System.Web.Services.Description.MimeTextMatch o, bool isNullable, bool needType) { 795if (t == typeof(global::System.Web.Services.Description.MimeTextMatch)) { 820Write96_MimeTextMatch(@"match", @"http://microsoft.com/wsdl/mime/textMatching/", ((global::System.Web.Services.Description.MimeTextMatch)a[ia]), false, false); 5434global::System.Web.Services.Description.MimeTextMatch Read96_MimeTextMatch(bool isNullable, bool checkType) { 5445global::System.Web.Services.Description.MimeTextMatch o;