1 write to _publicId
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocumentType.cs (1)
30_publicId = publicId;
3 references to _publicId
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocumentType.cs (3)
66return OwnerDocument.CreateDocumentType(_name, _publicId, _systemId, _internalSubset); 113get { return _publicId; } 139w.WriteDocType(_name, _publicId, _systemId, _internalSubset);