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