1 write to s_schema
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
185
s_schema
= XmlSchema.Read(new StringReader(Schemas.Wsdl), null);
2 references to s_schema
dotnet-svcutil-lib (2)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (2)
183
if (
s_schema
== null)
187
return
s_schema
;