20 references to Name
System.Runtime.Remoting (20)
metadata\wsdlparser.cs (20)
3583
Util.Log("URTMethod.ResolveMethodAttributes "+
Name
+" MethodFlags "+((Enum)_methodFlags).ToString());
3590
Util.Log("URTMethod.FindMethodAttributes "+
Name
+" complexType "+_complexType);
3624
Util.Log("URTMethod.FindMethodAttributes "+
Name
+" bVirtual "+bVirtual);
3634
MethodInfo methodInfo = baseType.GetMethod(
Name
, bFlags);
3651
baseInfo.Name ==
Name
&&
3687
Util.Log("URTMethod.FindMethodAttributes Exit "+
Name
+" "+((Enum)_methodFlags).ToString());
3743
if (
Name
== "Finalize")
4218
if (
Name
== "Finalize")
4337
if (
Name
== "Finalize")
4703
Util.Log("URTInterface.AddMethod method "+method.
Name
);
4711
Util.Log("URTInterface.NewNeeded Enter interface "+Name+" method "+method.
Name
);
4719
Util.Log("URTInterface.NewNeeded Exit interface "+Name+" method "+method.
Name
+" "+((Enum)method.MethodFlags).ToString());
4727
if (urtMethod.
Name
== method.
Name
)
4850
Util.Log("URTInterface.PrintCSC Invoke methods in Interface PrintCSC "+Name+" methodName "+((URTMethod) _methods[i]).
Name
);
5714
if (method.
Name
== Name)
5720
int index = method.
Name
.IndexOf('.');
5733
Util.Log("URTComplexType.GetMethod interate "+method.
Name
);
5734
if (method.
Name
== name)
6091
Util.Log("URTComplexType.PrintCSC Invoke methods class methods PrintCSC class "+Name+" methodName "+((URTMethod) _methods[i]).
Name
);