1 write to _name
System.Private.Xml (1)
System\Xml\Dom\XmlDocumentType.cs (1)
23
_name
= name;
4 references to _name
System.Private.Xml (4)
System\Xml\Dom\XmlDocumentType.cs (4)
41
get { return
_name
; }
47
get { return
_name
; }
60
return OwnerDocument.CreateDocumentType(
_name
, _publicId, _systemId, _internalSubset);
115
w.WriteDocType(
_name
, _publicId, _systemId, _internalSubset);