3 references to SchemaCompiler
System.Web.Services (3)
System\Web\Services\Description\ServiceDescriptionImporter.cs (2)
506
StringCollection schemaWarnings =
SchemaCompiler
.Compile(abstractSchemas);
514
StringCollection schemaWarnings =
SchemaCompiler
.Compile(concreteSchemas);
System\Web\Services\Description\WebServicesInteroperability.cs (1)
262
StringCollection compileWarnings =
SchemaCompiler
.Compile(description.Types.Schemas);