1 write to _ns
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlRootAttribute.cs (1)
58
set {
_ns
= value; }
3 references to _ns
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlRootAttribute.cs (3)
57
get { return
_ns
; }
92
get { return (
_ns
== null ? String.Empty :
_ns
) + ":" + ElementName + ":" + _nullable.ToString(); }