1 write to _prefix
System.Private.Xml (1)
System\Xml\Dom\XmlName.cs (1)
34
_prefix
= prefix;
5 references to _prefix
System.Private.Xml (5)
System\Xml\Dom\XmlName.cs (5)
63
return
_prefix
;
89
Debug.Assert(
_prefix
!= null);
90
if (
_prefix
.Length > 0)
94
string n = $"{
_prefix
}:{_localName}";
102
_name =
_prefix
;