1 instantiation of MimeTextMatch
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
6816o = new global::System.Web.Services.Description.MimeTextMatch();
15 references to MimeTextMatch
dotnet-svcutil-lib (15)
FrameworkFork\System.Web.Services\Services\Description\MimeFormatExtensions.cs (9)
142[XmlElement("match", typeof(MimeTextMatch))] 255public MimeTextMatch this[int index] 257get { return (MimeTextMatch)List[index]; } 262public int Add(MimeTextMatch match) 268public void Insert(int index, MimeTextMatch match) 274public int IndexOf(MimeTextMatch match) 280public bool Contains(MimeTextMatch match) 286public void Remove(MimeTextMatch match) 292public void CopyTo(MimeTextMatch[] array, int index)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (6)
1000Write96_MimeTextMatch(@"match", @"http://microsoft.com/wsdl/mime/textMatching/", ((global::System.Web.Services.Description.MimeTextMatch)a[ia]), false, false); 1007private void Write96_MimeTextMatch(string n, string ns, global::System.Web.Services.Description.MimeTextMatch o, bool isNullable, bool needType) 1017if (t == typeof(global::System.Web.Services.Description.MimeTextMatch)) 1049Write96_MimeTextMatch(@"match", @"http://microsoft.com/wsdl/mime/textMatching/", ((global::System.Web.Services.Description.MimeTextMatch)a[ia]), false, false); 6801private global::System.Web.Services.Description.MimeTextMatch Read96_MimeTextMatch(bool isNullable, bool checkType) 6815global::System.Web.Services.Description.MimeTextMatch o;