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