1 write to _ns
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAnyAttribute.cs (1)
33set { _ns = value; }
5 references to _ns
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAnyAttribute.cs (5)
32get { return _ns; } 62if (_ns != null) 64_namespaceList = new NamespaceList(_ns, targetNamespace); 74if (_ns != null) 76_namespaceList = new NamespaceListV1Compat(_ns, targetNamespace);