5 references to GetBase
System.Web.Services (5)
System\Web\Services\Protocols\Scalars.cs (5)
216string baseCT = GetBase(contentType); 245return string.Compare(GetBase(contentType), baseContentType, StringComparison.OrdinalIgnoreCase) == 0; 253string type = GetBase(contentType); 259string type = GetBase(contentType); 265string type = GetBase(contentType);