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