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)
63return _prefix; 89Debug.Assert(_prefix != null); 90if (_prefix.Length > 0) 94string n = $"{_prefix}:{_localName}"; 102_name = _prefix;