2 writes to _xmlns
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (2)
723
_xmlns
= mapping._xmlns;
813
set {
_xmlns
= value; }
5 references to _xmlns
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (5)
723
_xmlns = mapping.
_xmlns
;
812
get { return
_xmlns
; }
826
if (
_xmlns
!= null) return
_xmlns
;
854
if (
_xmlns
!= null) return false;