1 instantiation of WsdlMethodInfo
System.Runtime.Remoting (1)
metadata\wsdlparser.cs (1)
1879WsdlMethodInfo methodInfo = new WsdlMethodInfo();
11 references to WsdlMethodInfo
System.Runtime.Remoting (11)
metadata\wsdlparser.cs (11)
1717foreach (WsdlMethodInfo methodInfo in methodInfos) 1774foreach (WsdlMethodInfo methodInfo in methodInfos) 1879WsdlMethodInfo methodInfo = new WsdlMethodInfo(); 1894WsdlMethodInfo propertyMethodInfo = (WsdlMethodInfo)propertyMethod[propertyName]; 4019bool bRequest, WsdlMethodInfo wsdlMethodInfo) 4152private WsdlMethodInfo _wsdlMethodInfo; 4160internal RRMethod(WsdlMethodInfo wsdlMethodInfo, URTComplexType complexType) 4270private WsdlMethodInfo _wsdlMethodInfo; 4289internal OnewayMethod(WsdlMethodInfo wsdlMethodInfo, URTComplexType complexType) 4384private WsdlMethodInfo _wsdlMethodInfo;