1 write to _parent
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
717
_parent
= new XmlDocument();
3 references to _parent
dotnet-svcutil-lib (3)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (3)
655
_documentationElement =
_parent
.DocumentElement;
716
if (
_parent
== null)
718
return
_parent
;