3 references to ValidationWarnings
System.Web.Services (3)
System\Web\Services\Description\ServiceDescriptionImporter.cs (3)
268
AddDocument((string)entry.Key, entry.Value, schemas, descriptions, webReference.
ValidationWarnings
);
283
webReference.Warnings = importer.Import(webReference.ProxyCode, context, exportedMappings, webReference.
ValidationWarnings
);
284
if (webReference.
ValidationWarnings
.Count != 0) {