2 instantiations of MimeTextMatchCollection
dotnet-svcutil-lib (2)
FrameworkFork\System.Web.Services\Services\Description\MimeFormatExtensions.cs (2)
136private MimeTextMatchCollection _matches = new MimeTextMatchCollection(); 159private MimeTextMatchCollection _matches = new MimeTextMatchCollection();
12 references to MimeTextMatchCollection
dotnet-svcutil-lib (12)
FrameworkFork\System.Web.Services\Services\Description\MimeFormatExtensions.cs (4)
136private MimeTextMatchCollection _matches = new MimeTextMatchCollection(); 143public MimeTextMatchCollection Matches 159private MimeTextMatchCollection _matches = new MimeTextMatchCollection(); 245public MimeTextMatchCollection Matches
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (8)
995global::System.Web.Services.Description.MimeTextMatchCollection a = (global::System.Web.Services.Description.MimeTextMatchCollection)o.@Matches; 1044global::System.Web.Services.Description.MimeTextMatchCollection a = (global::System.Web.Services.Description.MimeTextMatchCollection)o.@Matches; 6753global::System.Web.Services.Description.MimeTextMatchCollection a_1 = (global::System.Web.Services.Description.MimeTextMatchCollection)o.@Matches; 6817global::System.Web.Services.Description.MimeTextMatchCollection a_7 = (global::System.Web.Services.Description.MimeTextMatchCollection)o.@Matches;