1 instantiation of MimePartCollection
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\MimeFormatExtensions.cs (1)
59
private MimePartCollection _parts = new
MimePartCollection
();
6 references to MimePartCollection
dotnet-svcutil-lib (6)
FrameworkFork\System.Web.Services\Services\Description\MimeFormatExtensions.cs (2)
59
private
MimePartCollection
_parts = new MimePartCollection();
63
public
MimePartCollection
Parts
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (4)
880
global::System.Web.Services.Description.
MimePartCollection
a = (global::System.Web.Services.Description.
MimePartCollection
)o.@Parts;
6911
global::System.Web.Services.Description.
MimePartCollection
a_1 = (global::System.Web.Services.Description.
MimePartCollection
)o.@Parts;