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