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