3 writes to _documentationElement
dotnet-svcutil-lib (3)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (3)
655_documentationElement = _parent.DocumentElement; 671_documentationElement = value; 726_documentationElement = Parent.CreateElement(ServiceDescription.Prefix, "documentation", ServiceDescription.Namespace);
6 references to _documentationElement
dotnet-svcutil-lib (6)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (6)
644if (_documentationElement == null) 646return _documentationElement.InnerXml; 668get { return _documentationElement; } 724if (_documentationElement == null) 727Parent.InsertBefore(_documentationElement, null); 729return _documentationElement;