1 write to _ns
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAny.cs (1)
33
set {
_ns
= value; }
8 references to _ns
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAny.cs (8)
32
get { return
_ns
; }
58
if (
_ns
== null ||
_ns
.Length == 0)
62
return
_ns
;
106
if (
_ns
!= null)
108
_namespaceList = new NamespaceList(
_ns
, targetNamespace);
118
if (
_ns
!= null)
120
_namespaceList = new NamespaceListV1Compat(
_ns
, targetNamespace);