1 write to _xns
System.Runtime.Remoting (1)
metadata\wsdlwriter.cs (1)
1379_xns = xns;
27 references to _xns
System.Runtime.Remoting (27)
metadata\wsdlwriter.cs (27)
1402get{ return(_xns);} 1483_xns.DependsOnSUDSNS(xns); 1503_xns.DependsOnSchemaNS(_xns, false); 1508_xns.AddRealSUDSType(this); 1520XMLNamespace xns = _xns.LookupSchemaNamespace(ns, assem); 1527_xns.DependsOnSUDSNS(xns); 1535if (_xns.IsInteropType) 1536useNS = _xns.Name; 1540WsdlGenerator.QualifyName(sb, _xns.Name, Name); 1543XMLNamespace methodXNS = _xns.LookupSchemaNamespace(useNS, _xns.Assem); 1545_xns.DependsOnSUDSNS(methodXNS); 1645AddParticle(new SchemaElement(field.Name, fieldType, false, _xns)); 1697sb.Append(_xns.Prefix); 1758if (_xns.IsInteropType) 1759useNS = _xns.Name; 1764WsdlGenerator.QualifyName(sb, _xns.Name, Name); 1767XMLNamespace methodXns = _xns.LookupSchemaNamespace(useNS, _xns.Assem); 1976if (!_xns.IsClassesPrinted) 1978for (int i=0;i<_xns._realSchemaTypes.Count;i++) 1980RealSchemaType rsType = (RealSchemaType) _xns._realSchemaTypes[i]; 1999XMLNamespace xns = _xns.LookupSchemaNamespace(fns, fassem); 2016_xns.IsClassesPrinted = true; 2154sb.Append(_xns.Prefix); 2219sb.Append(_xns.Prefix);