2 writes to _types
dotnet-svcutil-lib (2)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (2)
118
get { if (_types == null)
_types
= new Types(); return _types; }
119
set {
_types
= value; }
2 references to _types
dotnet-svcutil-lib (2)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (2)
118
get { if (
_types
== null) _types = new Types(); return
_types
; }