5 references to voidTypeRef
System.ServiceModel (5)
System\ServiceModel\Description\ClientClassGenerator.cs (5)
286if (method.ReturnType.BaseType == voidTypeRef.BaseType) 330if (param == null && dir == FieldDirection.Out && helperMethod.ReturnType.BaseType == voidTypeRef.BaseType) 513if ((endMethod.Parameters.Count == 1) && (endMethod.ReturnType.BaseType == voidTypeRef.BaseType)) 558if (endMethod.ReturnType.BaseType != voidTypeRef.BaseType) 741if (endMethod.ReturnType.BaseType != voidTypeRef.BaseType)