1 instantiation of MimeTextMatch
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
6563o = new global::System.Web.Services.Description.MimeTextMatch();
15 references to MimeTextMatch
System.Web.Services.Description (15)
System\Web\Services\Description\MimeFormatExtensions.cs (9)
86[XmlElement("match", typeof(MimeTextMatch))] 178public MimeTextMatch this[int index] { 179get { return (MimeTextMatch)List[index]; } 183public int Add(MimeTextMatch match) { 187public void Insert(int index, MimeTextMatch match) { 191public int IndexOf(MimeTextMatch match) { 195public bool Contains(MimeTextMatch match) { 199public void Remove(MimeTextMatch match) { 203public void CopyTo(MimeTextMatch[] array, int index) {
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
902Write96_MimeTextMatch(@"match", @"http://microsoft.com/wsdl/mime/textMatching/", ((global::System.Web.Services.Description.MimeTextMatch)a[ia]), false, false); 909private void Write96_MimeTextMatch(string n, string ns, global::System.Web.Services.Description.MimeTextMatch o, bool isNullable, bool needType) { 920if (t == typeof(global::System.Web.Services.Description.MimeTextMatch)) { 949Write96_MimeTextMatch(@"match", @"http://microsoft.com/wsdl/mime/textMatching/", ((global::System.Web.Services.Description.MimeTextMatch)a[ia]), false, false); 6541private global::System.Web.Services.Description.MimeTextMatch Read96_MimeTextMatch(bool isNullable, bool checkType) { 6562global::System.Web.Services.Description.MimeTextMatch o;