1 write to _type
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
1514
set {
_type
= value; }
2 references to _type
dotnet-svcutil-lib (2)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (2)
1511
if ((object)
_type
== null) return XmlQualifiedName.Empty;
1512
return
_type
;