3 references to ResponseXmlElementName
mscorlib (1)
system\runtime\remoting\remotingsurrogateselector.cs (1)
293
responseElementName = attr.
ResponseXmlElementName
;
System.Runtime.Remoting (2)
metadata\wsdlwriter.cs (2)
1610
if (soapAttribute.
ResponseXmlElementName
!= null)
1611
responseName = soapAttribute.
ResponseXmlElementName
;