1 instantiation of MimeTextReturn
System.Web.Services (1)
System\Web\Services\Description\MimeTextImporter.cs (1)
37
MimeTextReturn importedReturn = new
MimeTextReturn
();
4 references to MimeTextReturn
System.Web.Services (4)
System\Web\Services\Description\MimeTextImporter.cs (4)
37
MimeTextReturn
importedReturn = new MimeTextReturn();
46
if (importedReturns[i] is
MimeTextReturn
) {
47
GenerateCode((
MimeTextReturn
)importedReturns[i], ImportContext.ServiceImporter.CodeGenerationOptions);
52
void GenerateCode(
MimeTextReturn
importedReturn, CodeGenerationOptions options) {