1 write to _type
System.Web.Services.Description (1)
System\Web\Services\Description\MimeFormatExtensions.cs (1)
107set { _type = value; }
2 references to _type
System.Web.Services.Description (2)
System\Web\Services\Description\MimeFormatExtensions.cs (2)
106get { return _type == null ? string.Empty : _type; }