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