17 references to Name
System.Runtime.Remoting (17)
metadata\wsdlparser.cs (17)
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());
4740
Util.Log("URTInterface.ResolveTypes "+
Name
);
4750
Util.Log("URTInterface.ResolveTypes Is System "+
Name
+" iType "+((Enum)iType).ToString()+" baseIFaceNS "+baseIFaceNS);
4780
Util.Log("URTInterface.PrintCSC name "+
Name
+" curNS "+curNS);
4800
sb.Append(WsdlParser.IsValidUrl(
Name
));
4804
sb.Append(WsdlParser.IsValidUrl(
Name
));
4824
sb.Append(WsdlParser.IsValidCS(
Name
));
4850
Util.Log("URTInterface.PrintCSC Invoke methods in Interface PrintCSC "+
Name
+" methodName "+((URTMethod) _methods[i]).Name);
4868
Util.Log("URTInterface.PrintClassMethods method "+
Name
+" curNS "+curNS+" bProxy "+bProxy);
4874
Util.Log("URTInterface.PrintClassMethods printedIFaces return "+
Name
);
4878
Util.Log("URTInterface.PrintClassMethods method 2 "+
Name
+" _methods.Count "+_methods.Count);
4885
sb.Append(WsdlParser.IsValidCS(
Name
));
4909
Util.Log("URTInterface.PrintClassMethods URTMethod invoke interface methods in class PrintCSC "+
Name
+" methodName "+((URTMethod) _methods[i]));
4919
Util.Log("URTInterface.PrintClassMethods BaseIFaces "+
Name
);
6609
Util.Log("URTNamespace.AddInterface "+iface.
Name
);
6790
if (WsdlParser.MatchingStrings(iFace.
Name
, iFaceName))