1 write to _name
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocumentType.cs (1)
29
_name
= name;
4 references to _name
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocumentType.cs (4)
47
get { return
_name
; }
53
get { return
_name
; }
66
return OwnerDocument.CreateDocumentType(
_name
, _publicId, _systemId, _internalSubset);
139
w.WriteDocType(
_name
, _publicId, _systemId, _internalSubset);