5 references to s_voidTypeRef
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (5)
286if (method.ReturnType.BaseType == s_voidTypeRef.BaseType) 330if (param == null && dir == FieldDirection.Out && helperMethod.ReturnType.BaseType == s_voidTypeRef.BaseType) 513if ((endMethod.Parameters.Count == 1) && (endMethod.ReturnType.BaseType == s_voidTypeRef.BaseType)) 558if (endMethod.ReturnType.BaseType != s_voidTypeRef.BaseType) 740if (endMethod.ReturnType.BaseType != s_voidTypeRef.BaseType)