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