1 write to MimeReturn
System.Web.Services (1)
System\Web\Services\Description\HttpProtocolImporter.cs (1)
321
method.
MimeReturn
= ImportMimeReturn();
13 references to MimeReturn
System.Web.Services (13)
System\Web\Services\Description\HttpProtocolImporter.cs (13)
143
if (method.
MimeReturn
.ReaderType == null) {
147
formatterTypes[0] = new CodeTypeOfExpression(method.
MimeReturn
.ReaderType.FullName);
159
method.
MimeReturn
.TypeName, metadata,
162
AppendMetadata(method.
MimeReturn
.Attributes, mainCodeMethod.ReturnTypeCustomAttributes);
179
if (method.
MimeReturn
.ReaderType != null) {
180
mainCodeMethod.Statements.Add(new CodeMethodReturnStatement(new CodeCastExpression(method.
MimeReturn
.TypeName, invoke)));
216
method.
MimeReturn
.TypeName, metadata, CodeFlags.IsPublic);
221
if (method.
MimeReturn
.ReaderType != null) {
222
endCodeMethod.Statements.Add(new CodeMethodReturnStatement(new CodeCastExpression(method.
MimeReturn
.TypeName, invoke)));
231
string methodKey = MethodSignature(uniqueMethodName, method.
MimeReturn
.TypeName, new CodeFlags[parameterTypeNames.Length], parameterTypeNames);
264
bool methodHasReturn = method.
MimeReturn
.ReaderType != null;
271
ExtraCodeClasses.Add(WebCodeGenerator.CreateArgsClass(delegateInfo.handlerArgs, new string[] { method.
MimeReturn
.TypeName }, new string[] { "Result" },
322
if (method.
MimeReturn
== null) {