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