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)
644
if (
_documentationElement
== null)
646
return
_documentationElement
.InnerXml;
668
get { return
_documentationElement
; }
724
if (
_documentationElement
== null)
727
Parent.InsertBefore(
_documentationElement
, null);
729
return
_documentationElement
;