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