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)
47get { return _name; } 53get { return _name; } 66return OwnerDocument.CreateDocumentType(_name, _publicId, _systemId, _internalSubset); 139w.WriteDocType(_name, _publicId, _systemId, _internalSubset);