1 write to _arrayType
System.Runtime.Remoting (1)
metadata\wsdlparser.cs (1)
6356_arrayType = arrayType;
10 references to _arrayType
System.Runtime.Remoting (10)
metadata\wsdlparser.cs (10)
5628Util.Log("URTComplexType.IsArray "+this.GetHashCode()+" "+Name+" IsArray "+_arrayType); 5629if (_arrayType != null) 6355Util.Log("URTComplexType.ResolveArray Entry "+this.GetHashCode()+" "+_arrayType+" ns "+_arrayNS); 6369Util.Log("URTComplexType.AddArray "+arrayType+" ns "+(arrayNS == null?"null":arrayNS.Namespace)+" finalName "+_arrayType); 6374Util.Log("URTComplexType.ResolveArray Entry "+this.GetHashCode()+" "+_arrayType+" ns "+_arrayNS); 6380String wireElementType = _arrayType; 6381int index = _arrayType.IndexOf("["); 6386_arrayType)); 6389wireElementType = _arrayType.Substring(0, index); 6408_clrarray = actualElementType+FilterDimensions(_arrayType.Substring(index));