3 writes to Namespace
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
1331
xmlArray.
Namespace
= rpc ? null : ns;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
875
member.XmlAttributes.XmlArray.
Namespace
= ns;
881
member.XmlAttributes.XmlArray.
Namespace
= ns;
5 references to Namespace
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (4)
1731
arrayElement.Namespace = rpc ? null : a.XmlArray.
Namespace
== null ? ns : a.XmlArray.
Namespace
;
2059
if (a.XmlArray != null && a.XmlArray.
Namespace
!= null)
2061
throw new InvalidOperationException(string.Format(ResXml.XmlRpcLitElementNamespace, "Namespace", a.XmlArray.
Namespace
));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
874
if (member.XmlAttributes.XmlArray.
Namespace
== null)