5 writes to TypeName
System.Web.Services (5)
System\Web\Services\Description\HttpProtocolImporter.cs (1)
71
importedReturn.
TypeName
= typeof(void).FullName;
System\Web\Services\Description\MimeAnyImporter.cs (1)
23
importedReturn.
TypeName
= typeof(Stream).FullName;
System\Web\Services\Description\MimeTextImporter.cs (1)
38
importedReturn.
TypeName
= ImportContext.ClassNames.AddUnique(methodName + "Matches", mimeTextBinding);
System\Web\Services\Description\MimeXmlImporter.cs (2)
39
importedReturn.
TypeName
= typeof(XmlElement).FullName;
64
importedReturn.
TypeName
= importedReturn.TypeMapping.TypeFullName;
7 references to TypeName
System.Web.Services (7)
System\Web\Services\Description\HttpProtocolImporter.cs (6)
159
method.MimeReturn.
TypeName
, metadata,
180
mainCodeMethod.Statements.Add(new CodeMethodReturnStatement(new CodeCastExpression(method.MimeReturn.
TypeName
, invoke)));
216
method.MimeReturn.
TypeName
, metadata, CodeFlags.IsPublic);
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);
271
ExtraCodeClasses.Add(WebCodeGenerator.CreateArgsClass(delegateInfo.handlerArgs, new string[] { method.MimeReturn.
TypeName
}, new string[] { "Result" },
System\Web\Services\Description\MimeTextImporter.cs (1)
53
GenerateCode(importedReturn.
TypeName
, importedReturn.TextBinding.Matches, options);