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