1 write to _output
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
1002
_output
= value;
5 references to _output
dotnet-svcutil-lib (5)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (5)
995
get { return
_output
; }
998
if (
_output
!= null)
1000
_output
.SetParent(null);
1003
if (
_output
!= null)
1005
_output
.SetParent(this);