2 writes to isVoid
System.Web.Services (2)
System\Web\Services\Protocols\LogicalMethodInfo.cs (2)
80
isVoid
= retType == typeof(void);
116
isVoid
= retType == typeof(void);
5 references to isVoid
System.Web.Services (5)
System\Web\Services\Protocols\LogicalMethodInfo.cs (5)
145
if (!
isVoid
) count++;
148
if (!
isVoid
) results[count++] = returnValue;
154
else if (
isVoid
) {
184
if (!
isVoid
) {
259
get { return
isVoid
; }