2 references to IsByRef
System.Web.Services (2)
System\Web\Services\Description\SoapProtocolImporter.cs (2)
100
if (parameter.
IsByRef
) {
735
if ((param.IsOut || param.
IsByRef
) && !ServiceImporter.CodeGenerator.Supports(GeneratorSupport.ReferenceParameters)) {