2 writes to propertyType
System.Runtime.Remoting (2)
metadata\wsdlparser.cs (2)
2028methodInfo.propertyType = methodInfo.inputTypes[ip]; 2072methodInfo.propertyType = methodInfo.outputTypes[ip];
4 references to propertyType
System.Runtime.Remoting (4)
metadata\wsdlparser.cs (4)
2026if (methodInfo.bProperty && methodInfo.inputTypes[ip] != null && methodInfo.propertyType == null) 2070if (methodInfo.bProperty && methodInfo.outputTypes[ip] != null && methodInfo.propertyType == null) 4044typeName = wsdlMethodInfo.propertyType; 7560Util.Log(" Property name "+propertyName+" bGet "+bGet+" bSet "+bSet+" type "+propertyType+" ns "+propertyNs);