1 instantiation of XMLNamespace
System.Runtime.Remoting (1)
metadata\wsdlwriter.cs (1)
520XMLNamespace xns = new XMLNamespace(name, assem,
53 references to XMLNamespace
System.Runtime.Remoting (53)
metadata\wsdlwriter.cs (53)
232XMLNamespace xns = LookupNamespace(ns, assem); 290XMLNamespace xns = rsType.XNS; 347XMLNamespace xns = rsType.XNS; 352XMLNamespace methodXNS = null; 382private void AddType(Type type, XMLNamespace xns) 432private void EnqueueType(Type type, XMLNamespace xns) 439XMLNamespace dependsOnNS = null; 497private XMLNamespace LookupNamespace(String name, Assembly assem) 502XMLNamespace xns = (XMLNamespace) _namespaces[i]; 510private XMLNamespace AddNamespace(String name, Assembly assem) 515private XMLNamespace AddNamespace(String name, Assembly assem, bool bInteropType) 520XMLNamespace xns = new XMLNamespace(name, assem, 530private XMLNamespace GetNamespace(Type type) 537XMLNamespace xns = LookupNamespace(ns, assem); 550((XMLNamespace) _namespaces[i]).Resolve(); 562_targetNS = ((XMLNamespace)_namespaces[0]).Namespace; 595if (((XMLNamespace) _namespaces[i]).CheckForSchemaContent()) 609 if (((XMLNamespace) _namespaces[i]).CheckForSchemaContent()) 611Util.Log("WsdlGenerator.PrintWsdl call PrintWsdlNamespaces "+((XMLNamespace) _namespaces[i]).Namespace); 612((XMLNamespace) _namespaces[i]).PrintSchemaWsdl(_textWriter, sb, indent2); 622((XMLNamespace) _namespaces[i]).PrintMessageWsdl(_textWriter, sb, indent1, refNames); 679((XMLNamespace) _namespaces[i]).PrintDependsOnWsdl(_textWriter, sb, indent, usedNames); 899internal Restriction(String baseName, XMLNamespace baseNS) 951XMLNamespace _baseNS; 996internal SchemaElement(String name, Type type, bool bEmbedded, XMLNamespace xns) 1055private SimpleSchemaType(Type type, XMLNamespace xns) 1139internal static SimpleSchemaType GetSimpleSchemaType(Type type, XMLNamespace xns, bool fInline) 1163private XMLNamespace _xns; 1369internal RealSchemaType(Type type, XMLNamespace xns, String serviceEndpoint, Hashtable typeToServiceEndpoint, bool bUnique, WsdlGenerator WsdlGenerator) 1401internal XMLNamespace XNS{ 1476XMLNamespace xns = _WsdlGenerator.GetNamespace(baseType); 1520XMLNamespace xns = _xns.LookupSchemaNamespace(ns, assem); 1543XMLNamespace methodXNS = _xns.LookupSchemaNamespace(useNS, _xns.Assem); 1767XMLNamespace methodXns = _xns.LookupSchemaNamespace(useNS, _xns.Assem); 1999XMLNamespace xns = _xns.LookupSchemaNamespace(fns, fassem); 2162XMLNamespace xns = _WsdlGenerator.GetNamespace(baseType); 2237private static String ProcessArray(Type type, XMLNamespace xns) 2288internal static String TypeName(Type type, bool bEmbedded, XMLNamespace thisxns) 2313XMLNamespace xns = null; 2315xns = (XMLNamespace)thisxns.Generator._typeToInteropNS[type]; 2557private XMLNamespace _xns; 2803internal XMLNamespace LookupSchemaNamespace(String ns, Assembly assem){ 2807XMLNamespace xns = (XMLNamespace) _dependsOnSchemaNS[i]; 2815internal void DependsOnSchemaNS(XMLNamespace xns, bool bImport){ 2826private XMLNamespace LookupSUDSNamespace(String ns, Assembly assem){ 2830XMLNamespace xns = (XMLNamespace) _dependsOnSUDSNS[i]; 2838internal void DependsOnSUDSNS(XMLNamespace xns){ 2863XMLNamespace xns = (XMLNamespace) _dependsOnSchemaNS[i]; 2929foreach (XMLNamespace xns in _xnsImports)