2 types derived from URTMethod
System.Runtime.Remoting (2)
metadata\wsdlparser.cs (2)
4156internal class RRMethod : URTMethod 4276internal class OnewayMethod : URTMethod
30 references to URTMethod
System.Runtime.Remoting (30)
metadata\wsdlparser.cs (30)
3497URTMethod suppliedMethod = (URTMethod) obj; 4565sb.Append(URTMethod.ValueString(CSharpTypeString(param.ParameterType.FullName))); 4575String valueString = URTMethod.ValueString(CSharpTypeString(method.ReturnType.FullName)); 4701internal void AddMethod(URTMethod method) 4709internal void NewNeeded(URTMethod method) 4715if (URTMethod.MethodFlagsTest(method.MethodFlags, MethodFlags.New)) 4723private void CheckIfNewNeeded(URTMethod method) 4725foreach (URTMethod urtMethod in _methods) 4734if (URTMethod.MethodFlagsTest(method.MethodFlags, MethodFlags.New)) 4775((URTMethod) _methods[i]).ResolveTypes(parser); 4850Util.Log("URTInterface.PrintCSC Invoke methods in Interface PrintCSC "+Name+" methodName "+((URTMethod) _methods[i]).Name); 4851NewNeeded((URTMethod)_methods[i]); 4852((URTMethod) _methods[i]).PrintCSC(textWriter, newIndentation, 4909Util.Log("URTInterface.PrintClassMethods URTMethod invoke interface methods in class PrintCSC "+Name+" methodName "+((URTMethod) _methods[i])); 4911((URTMethod) _methods[i]).PrintCSC(textWriter, indentation, 5157internal abstract MethodFlags GetMethodFlags(URTMethod method); 5216internal override MethodFlags GetMethodFlags(URTMethod method) 5470internal override MethodFlags GetMethodFlags(URTMethod method) 5711internal void AddMethod(URTMethod method) 5727private URTMethod GetMethod(String name) 5732URTMethod method = (URTMethod) _methods[i]; 5859((URTMethod) _methods[i]).ResolveTypes(parser); 5866URTMethod method = (URTMethod) _methods[i]; 5875internal override MethodFlags GetMethodFlags(URTMethod method) 5911URTMethod invokeMethod = GetMethod("Invoke"); 6091Util.Log("URTComplexType.PrintCSC Invoke methods class methods PrintCSC class "+Name+" methodName "+((URTMethod) _methods[i]).Name); 6092((URTMethod) _methods[i]).PrintCSC(textWriter, newIndentation,