1 write to _name
System.Private.Xml (1)
System\Xml\Dom\XmlDocumentType.cs (1)
25
_name
= name;
4 references to _name
System.Private.Xml (4)
System\Xml\Dom\XmlDocumentType.cs (4)
43
get { return
_name
; }
49
get { return
_name
; }
62
return OwnerDocument.CreateDocumentType(
_name
, _publicId, _systemId, _internalSubset);
117
w.WriteDocType(
_name
, _publicId, _systemId, _internalSubset);