2 writes to XmlnsSource
System.Private.Xml (2)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (2)
156
member.
XmlnsSource
= xmlns.Add;
1675
member.
XmlnsSource
= xmlSerializerNamespaces.Add;
2 references to XmlnsSource
System.Private.Xml (2)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (2)
1882
Debug.Assert(xmlnsMember.
XmlnsSource
!= null, "Xmlns member's source was not set.");
1883
xmlnsMember.
XmlnsSource
(Reader.Name.Length == 5 ? string.Empty : Reader.LocalName, Reader.Value);