2 references to CheckIsRef
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (2)
501if (!CheckIsRef(operation.Messages[0], messageDescription.Body.Parts[0])) 731if (isReply && messageDescription.Body.ReturnValue == null && !CheckIsRef(requestMessage, parts[0]))