1 write to _returnType
System.Runtime.Remoting (1)
metadata\wsdlwriter.cs (1)
1625
methodRequest.
_returnType
= TypeName(returnType, true, methodXNS);
3 references to _returnType
System.Runtime.Remoting (3)
metadata\wsdlwriter.cs (3)
1832
if (phony.
_returnType
!= null || phony._outParamTypes != null)
1834
if (phony.
_returnType
!= null)
1841
sb.Append(phony.
_returnType
);