1 write to _wsdlMethodInfo
System.Runtime.Remoting (1)
metadata\wsdlparser.cs (1)
4022_wsdlMethodInfo = wsdlMethodInfo;
17 references to _wsdlMethodInfo
System.Runtime.Remoting (17)
metadata\wsdlparser.cs (17)
3770if (_wsdlMethodInfo.bProperty) 3771sb.Append(WsdlParser.IsValidCS(_wsdlMethodInfo.propertyName)); 3791if (_wsdlMethodInfo.bProperty && FlagTest(methodPrintEnum, MethodPrintEnum.InterfaceMethods)) 3794if (_wsdlMethodInfo.bGet) 3796if (_wsdlMethodInfo.bSet) 3805if (_wsdlMethodInfo.bProperty && FlagTest(methodPrintEnum, MethodPrintEnum.PrintBody)) 3900if (_wsdlMethodInfo.bGet) 3904PrintSoapAction(_wsdlMethodInfo.soapActionGet, sb); 3910PrintMethodName(sb, bodyPrefix, _wsdlMethodInfo.propertyName); 3917if (_wsdlMethodInfo.bSet) 3919if (_wsdlMethodInfo.bGet) 3924PrintSoapAction(_wsdlMethodInfo.soapActionSet, sb); 3930PrintMethodName(sb, bodyPrefix, _wsdlMethodInfo.propertyName); 4023_paramNamesOrder = _wsdlMethodInfo.paramNamesOrder; 4026if (_wsdlMethodInfo.bProperty) 4042if (_wsdlMethodInfo.bProperty) 4048else if (bRequest && !_wsdlMethodInfo.bProperty)