1 write to schemas
System.Web.Services (1)
System\Web\Services\Description\ServiceDescription.cs (1)
1387
get { if (schemas == null)
schemas
= new XmlSchemas(); return schemas; }
4 references to schemas
System.Web.Services (4)
System\Web\Services\Description\ServiceDescription.cs (4)
1368
return (
schemas
!= null &&
schemas
.Count > 0) ||
1387
get { if (
schemas
== null) schemas = new XmlSchemas(); return
schemas
; }