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