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