5 writes to MethodFlags
System.Runtime.Remoting (5)
metadata\wsdlparser.cs (5)
4705method.MethodFlags = MethodFlags.None; // method names don't have public modifiers 4729method.MethodFlags |= MethodFlags.New; 5722method.MethodFlags = MethodFlags.None; //interface qualfied method names have no method modifier 5724method.MethodFlags = method.MethodFlags |= MethodFlags.Public; // method names are public for this version of wsdl
4 references to MethodFlags
System.Runtime.Remoting (4)
metadata\wsdlparser.cs (4)
4715if (URTMethod.MethodFlagsTest(method.MethodFlags, MethodFlags.New)) 4719Util.Log("URTInterface.NewNeeded Exit interface "+Name+" method "+method.Name+" "+((Enum)method.MethodFlags).ToString()); 4734if (URTMethod.MethodFlagsTest(method.MethodFlags, MethodFlags.New)) 5889return(method.MethodFlags);