1 write to TypeMapping
System.Web.Services (1)
System\Web\Services\Description\MimeXmlImporter.cs (1)
63importedReturn.TypeMapping = Importer.ImportTypeMapping(part.Element);
3 references to TypeMapping
System.Web.Services (3)
System\Web\Services\Description\MimeXmlImporter.cs (3)
64importedReturn.TypeName = importedReturn.TypeMapping.TypeFullName; 66Exporter.AddMappingMetadata(importedReturn.Attributes, importedReturn.TypeMapping, string.Empty); 104Exporter.ExportTypeMapping(importedReturn.TypeMapping);