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