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