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