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