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