3 writes to _space
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (3)
1742
_space
= XmlSpace.None;
1827
_space
= attribute.XmlSpace;
1844
_space
= space;
2 references to _space
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (2)
1727
return
_space
;
1866
attribute.XmlSpace =
_space
;